Card: Planeswalker + Creature get extra damage

Signed-off-by: Hanmac <hanmac@gmx.de>
This commit is contained in:
Hanmac
2018-02-02 23:52:11 +01:00
parent 1b97eb777c
commit 047ee71259

View File

@@ -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)