mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
- RtR: Added Avenging Arrow
This commit is contained in:
@@ -6955,6 +6955,10 @@ public class Card extends GameEntity implements Comparable<Card> {
|
||||
|| !this.getReceivedDamageFromThisTurn().keySet().contains(equipee)) {
|
||||
return false;
|
||||
}
|
||||
} else if (property.startsWith("dealtDamageThisTurn")) {
|
||||
if (this.getTotalDamageDoneBy() == 0) {
|
||||
return false;
|
||||
}
|
||||
} else if (property.startsWith("attackedThisTurn")) {
|
||||
if (!this.getDamageHistory().getCreatureAttackedThisTurn()) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user