mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +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()) {
|
if (isPlaneswalker()) {
|
||||||
subtractCounter(CounterType.LOYALTY, damageIn);
|
subtractCounter(CounterType.LOYALTY, damageIn);
|
||||||
}
|
}
|
||||||
else {
|
if (isCreature()) {
|
||||||
final Game game = source.getGame();
|
final Game game = source.getGame();
|
||||||
|
|
||||||
boolean wither = (game.getStaticEffects().getGlobalRuleChange(GlobalRuleChange.alwaysWither)
|
boolean wither = (game.getStaticEffects().getGlobalRuleChange(GlobalRuleChange.alwaysWither)
|
||||||
|
|||||||
Reference in New Issue
Block a user