- Restored 'final' that was taken out during experiments.

This commit is contained in:
Agetian
2015-06-14 06:15:29 +00:00
parent 4c5e5d2cc8
commit aa586eb9bc

View File

@@ -71,7 +71,7 @@ public class TriggerSpellAbilityCast extends Trigger {
} }
final Card cast = spellAbility.getHostCard(); final Card cast = spellAbility.getHostCard();
final Game game = cast.getGame(); final Game game = cast.getGame();
SpellAbilityStackInstance si = game.getStack().getInstanceFromSpellAbility(spellAbility); final SpellAbilityStackInstance si = game.getStack().getInstanceFromSpellAbility(spellAbility);
if (this.getMode() == TriggerType.SpellCast) { if (this.getMode() == TriggerType.SpellCast) {
if (!spellAbility.isSpell()) { if (!spellAbility.isSpell()) {