mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
Speed round 2 (#6896)
This commit is contained in:
@@ -362,6 +362,7 @@ public class StaticAbility extends CardTraitBase implements IIdentifiable, Clone
|
||||
if (condition.equals("Blessing") && !controller.hasBlessing()) return false;
|
||||
if (condition.equals("Monarch") & !controller.isMonarch()) return false;
|
||||
if (condition.equals("Night") & !game.isNight()) return false;
|
||||
if (condition.equals("MaxSpeed") && !controller.maxSpeed()) return false;
|
||||
|
||||
if (condition.equals("PlayerTurn")) {
|
||||
if (!ph.isPlayerTurn(controller)) {
|
||||
|
||||
Reference in New Issue
Block a user