mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28: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 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()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user