mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
- Restored 'final' that was taken out during experiments.
This commit is contained in:
@@ -71,7 +71,7 @@ public class TriggerSpellAbilityCast extends Trigger {
|
||||
}
|
||||
final Card cast = spellAbility.getHostCard();
|
||||
final Game game = cast.getGame();
|
||||
SpellAbilityStackInstance si = game.getStack().getInstanceFromSpellAbility(spellAbility);
|
||||
final SpellAbilityStackInstance si = game.getStack().getInstanceFromSpellAbility(spellAbility);
|
||||
|
||||
if (this.getMode() == TriggerType.SpellCast) {
|
||||
if (!spellAbility.isSpell()) {
|
||||
|
||||
Reference in New Issue
Block a user