mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
Add "until end of combat"
This commit is contained in:
@@ -169,6 +169,10 @@ public class ControlGainEffect extends SpellAbilityEffect {
|
||||
game.getEndOfTurn().addUntil(loseControl);
|
||||
tgtC.setSVar("SacMe", "6");
|
||||
}
|
||||
if (lose.contains("EndOfCombat")) {
|
||||
game.getEndOfCombat().addUntil(loseControl);
|
||||
tgtC.setSVar("SacMe", "6");
|
||||
}
|
||||
if (lose.contains("StaticCommandCheck")) {
|
||||
String leftVar = sa.getSVar(sa.getParam("StaticCommandCheckSVar"));
|
||||
String rightVar = sa.getParam("StaticCommandSVarCompare");
|
||||
|
||||
Reference in New Issue
Block a user