mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- CheckStyle.
This commit is contained in:
@@ -6913,7 +6913,7 @@ public class Card extends GameEntity implements Comparable<Card> {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
} else if (property.equals("wasDealtDamageByHostThisTurn")) {
|
} else if (property.equals("wasDealtDamageByHostThisTurn")) {
|
||||||
if(!this.getReceivedDamageFromThisTurn().keySet().contains(source)) {
|
if (!this.getReceivedDamageFromThisTurn().keySet().contains(source)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
} else if (property.startsWith("attackedThisTurn")) {
|
} else if (property.startsWith("attackedThisTurn")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user