(no commit message)
authorakhmetovlz
Tue, 21 Jun 2011 09:56:36 +0400
changeset 139a2c228686f70
parent 138 fd3b663230ed
child 141 9d120210c248
(no commit message)
src/main/java/ru/alphatech/icfpc/game/strategy/HelpStrategy.java
     1.1 --- a/src/main/java/ru/alphatech/icfpc/game/strategy/HelpStrategy.java	Mon Jun 20 15:50:55 2011 +0400
     1.2 +++ b/src/main/java/ru/alphatech/icfpc/game/strategy/HelpStrategy.java	Tue Jun 21 09:56:36 2011 +0400
     1.3 @@ -32,6 +32,7 @@
     1.4  		if(exit)
     1.5  			throw new ICFPCException();
     1.6  		
     1.7 +		exit = true;
     1.8  		return new Batch(OperationType.CARD_TO_SLOT, new I(), Run.getProponent().getSlot(6));
     1.9  	}
    1.10