mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 13:32:06 -08:00
refactored more zone changes, letters C and D (#7572)
Decaying Soil has been heavily reworked
This commit is contained in:
parent
47dc1d8d61
commit
746d5eef3b
12 changed files with 234 additions and 357 deletions
|
|
@ -72,9 +72,7 @@ public class DiesCreatureTriggeredAbility extends TriggeredAbilityImpl {
|
|||
if (zEvent.isDiesEvent()) {
|
||||
if (filter.match(zEvent.getTarget(), sourceId, controllerId, game)) {
|
||||
if (setTargetPointer) {
|
||||
for (Effect effect : this.getEffects()) {
|
||||
effect.setTargetPointer(new FixedTarget(event.getTargetId(), game));
|
||||
}
|
||||
this.getEffects().setTargetPointer(new FixedTarget(event.getTargetId(), game));
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue