*Added wasDealtDamageByHostThisTurn property.

*Added Trophy Hunter.
This commit is contained in:
Hellfish
2012-02-08 23:03:14 +00:00
parent 8c2e4ce85b
commit 778c07e567
4 changed files with 20 additions and 1 deletions

View File

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