Browse Source

create slots branch

Simran Bhutani 6 years ago
parent
commit
c8aa611c5f
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/main/java/io/zipcoder/casino/War.java

+ 1
- 0
src/main/java/io/zipcoder/casino/War.java View File

88
                 CardPlayer player = super.getPlayers().get(i);
88
                 CardPlayer player = super.getPlayers().get(i);
89
                 //add the card to their hand
89
                 //add the card to their hand
90
                 player.getHand().add(card);
90
                 player.getHand().add(card);
91
+
91
             }
92
             }
92
         }
93
         }
93
     }
94
     }