forked from External/mage
Minor change to Arumbling Aftershocks.
This commit is contained in:
parent
f7c2757325
commit
3347bf4c2d
1 changed files with 0 additions and 4 deletions
|
|
@ -46,7 +46,6 @@ import mage.game.events.GameEvent;
|
|||
import mage.game.permanent.Permanent;
|
||||
import mage.game.stack.Spell;
|
||||
import mage.players.Player;
|
||||
import mage.target.Target;
|
||||
import mage.target.common.TargetCreatureOrPlayer;
|
||||
|
||||
/**
|
||||
|
|
@ -149,9 +148,6 @@ class RumblingAftershocksDealDamageEffect extends OneShotEffect<RumblingAftersho
|
|||
Player player = game.getPlayer(source.getControllerId());
|
||||
Integer damageAmount = (Integer) this.getValue("damageAmount");
|
||||
if (player != null && damageAmount.intValue() > 0) {
|
||||
// Target target = new TargetCreatureOrPlayer(true);
|
||||
// player.chooseTarget(Outcome.Damage, target, source, game);
|
||||
|
||||
Player targetPlayer = game.getPlayer(targetPointer.getFirst(game, source));
|
||||
if (targetPlayer != null) {
|
||||
targetPlayer.damage(damageAmount.intValue(), source.getSourceId(), game, false, true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue