"Man of Bree"

This commit is contained in:
marcins78@gmail.com
2011-12-05 00:19:21 +00:00
parent 411aefdb2a
commit 96f4542934

View File

@@ -32,8 +32,7 @@ public class Card11_090 extends AbstractMinion {
new Evaluator() {
@Override
public int evaluateExpression(GameState gameState, ModifiersQuerying modifiersQuerying, PhysicalCard cardAffected) {
return gameState.getHand(gameState.getCurrentPlayerId()).size()
l
return gameState.getHand(gameState.getCurrentPlayerId()).size();
}
});
}