mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 12:02:01 -08:00
* Chandra, Fire Artisan - fixed that it doesn't triggers on own damage;
This commit is contained in:
parent
732999e0b3
commit
ec5134a663
1 changed files with 1 additions and 1 deletions
|
|
@ -909,7 +909,7 @@ public abstract class PermanentImpl extends CardImpl implements Permanent {
|
|||
if (countersToRemove > getCounters(game).getCount(CounterType.LOYALTY)) {
|
||||
countersToRemove = getCounters(game).getCount(CounterType.LOYALTY);
|
||||
}
|
||||
getCounters(game).removeCounter(CounterType.LOYALTY, countersToRemove);
|
||||
removeCounters(CounterType.LOYALTY.getName(), countersToRemove, game);
|
||||
game.fireEvent(new DamagedPlaneswalkerEvent(objectId, sourceId, controllerId, actualDamage, combat));
|
||||
return actualDamage;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue