mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
Card: Planeswalker + Creature get extra damage
Signed-off-by: Hanmac <hanmac@gmx.de>
This commit is contained in:
@@ -4612,7 +4612,7 @@ public class Card extends GameEntity implements Comparable<Card> {
|
||||
if (isPlaneswalker()) {
|
||||
subtractCounter(CounterType.LOYALTY, damageIn);
|
||||
}
|
||||
else {
|
||||
if (isCreature()) {
|
||||
final Game game = source.getGame();
|
||||
|
||||
boolean wither = (game.getStaticEffects().getGlobalRuleChange(GlobalRuleChange.alwaysWither)
|
||||
|
||||
Reference in New Issue
Block a user