mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +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);
|
sa.getSourceCard().addUntapCommand(untilEOT);
|
||||||
} else if (sa.hasParam("UntilEndOfCombat")) {
|
} else if (sa.hasParam("UntilEndOfCombat")) {
|
||||||
game.getEndOfCombat().addUntil(untilEOT);
|
game.getEndOfCombat().addUntil(untilEOT);
|
||||||
|
} else if (sa.hasParam("UntilYourNextTurn")) {
|
||||||
|
game.getCleanup().addUntil(sa.getActivatingPlayer(), untilEOT);
|
||||||
} else {
|
} else {
|
||||||
game.getEndOfTurn().addUntil(untilEOT);
|
game.getEndOfTurn().addUntil(untilEOT);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user