mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
*Added wasDealtDamageByHostThisTurn property.
*Added Trophy Hunter.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user