mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
- Fixed ControlGain effects not lasting until Cleanup step.
This commit is contained in:
@@ -142,7 +142,7 @@ public class ControlGainEffect extends SpellAbilityEffect {
|
||||
sa.getSourceCard().addChangeControllerCommand(this.getLoseControlCommand(tgtC, tStamp, bTapOnLose, source, kws));
|
||||
}
|
||||
if (lose.contains("EOT")) {
|
||||
game.getEndOfTurn().addAt(this.getLoseControlCommand(tgtC, tStamp, bTapOnLose, source, kws));
|
||||
game.getEndOfTurn().addUntil(this.getLoseControlCommand(tgtC, tStamp, bTapOnLose, source, kws));
|
||||
tgtC.setSVar("SacMe", "6");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user