mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 12:52:06 -08:00
[ORI] Added Hixus, Prison Warden.
This commit is contained in:
parent
40e22d9f49
commit
9ddba9802f
2 changed files with 160 additions and 1 deletions
|
|
@ -329,7 +329,7 @@ public abstract class AbilityImpl implements Ability {
|
|||
// and/or zones become the target of a spell trigger at this point; they'll wait to be put on
|
||||
// the stack until the spell has finished being cast.)
|
||||
|
||||
if (sourceObject != null && !this.getAbilityType().equals(AbilityType.TRIGGERED)) { // triggered abilities check this already TriggeredAbilities.checkTriggers()
|
||||
if (sourceObject != null && !this.getAbilityType().equals(AbilityType.TRIGGERED)) { // triggered abilities check this already in playerImpl.triggerAbility
|
||||
sourceObject.adjustTargets(this, game);
|
||||
}
|
||||
if (getTargets().size() > 0 && getTargets().chooseTargets(getEffects().get(0).getOutcome(), this.controllerId, this, game) == false) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue