- CheckStyle.

This commit is contained in:
Chris
2012-02-08 23:28:21 +00:00
parent d6ce0b62f2
commit 26f8d54c8a

View File

@@ -6913,7 +6913,7 @@ public class Card extends GameEntity implements Comparable<Card> {
return false;
}
} else if (property.equals("wasDealtDamageByHostThisTurn")) {
if(!this.getReceivedDamageFromThisTurn().keySet().contains(source)) {
if (!this.getReceivedDamageFromThisTurn().keySet().contains(source)) {
return false;
}
} else if (property.startsWith("attackedThisTurn")) {