Update BasicAI.java
- sysouts
This commit is contained in:
parent
1319536671
commit
d62800c3d5
1 changed files with 0 additions and 1 deletions
|
|
@ -53,7 +53,6 @@ public class BasicAI extends AI {
|
|||
// SCARE-JOKER
|
||||
if(getJokers()[1] == JokerTypes.SCARE_TROOPS) {
|
||||
for(Castle c : game.getMap().getCastles()) {
|
||||
System.out.print(c.getName() + " " + c.getTroopCount() + " " + c.getOwner().getName());
|
||||
if(c.getOwner() != game.getCurrentPlayer() && c.getTroopCount() > 1) {
|
||||
playScareJoker(c, game);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue