mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
- Fixed Commander tax
This commit is contained in:
@@ -366,7 +366,7 @@ public class MagicStack /* extends MyObservable */ implements Iterable<SpellAbil
|
|||||||
|
|
||||||
// Run SpellCast triggers
|
// Run SpellCast triggers
|
||||||
if (sp.isSpell()) {
|
if (sp.isSpell()) {
|
||||||
if (source.isCommander()) {
|
if (source.isCommander() && (ZoneType.Command == source.getCastFrom())) {
|
||||||
activator.incCommanderCast(source);
|
activator.incCommanderCast(source);
|
||||||
}
|
}
|
||||||
game.getTriggerHandler().runTrigger(TriggerType.SpellCast, runParams, true);
|
game.getTriggerHandler().runTrigger(TriggerType.SpellCast, runParams, true);
|
||||||
|
|||||||
Reference in New Issue
Block a user