mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
EffectEffect: add "Duration$ UntilYourNextUpkeep"
This commit is contained in:
@@ -266,6 +266,9 @@ public class EffectEffect extends SpellAbilityEffect {
|
||||
else if (duration.equals("UntilYourNextTurn")) {
|
||||
game.getCleanup().addUntil(controller, endEffect);
|
||||
}
|
||||
else if (duration.equals("UntilYourNextUpkeep")) {
|
||||
game.getUpkeep().addUntil(controller, endEffect);
|
||||
}
|
||||
else if (duration.equals("UntilEndOfCombat")) {
|
||||
game.getEndOfCombat().addUntil(endEffect);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user