mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
- Fixed Lavinia of the Tenth.
This commit is contained in:
@@ -84,6 +84,8 @@ public class PumpAllEffect extends SpellAbilityEffect {
|
||||
sa.getSourceCard().addUntapCommand(untilEOT);
|
||||
} else if (sa.hasParam("UntilEndOfCombat")) {
|
||||
game.getEndOfCombat().addUntil(untilEOT);
|
||||
} else if (sa.hasParam("UntilYourNextTurn")) {
|
||||
game.getCleanup().addUntil(sa.getActivatingPlayer(), untilEOT);
|
||||
} else {
|
||||
game.getEndOfTurn().addUntil(untilEOT);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user