mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
fix Statics that care about if you're the Monarch
This commit is contained in:
@@ -582,6 +582,7 @@ public class StaticAbility extends CardTraitBase implements IIdentifiable, Clone
|
||||
if (condition.equals("Ferocious") && !controller.hasFerocious()) return false;
|
||||
if (condition.equals("Desert") && !controller.hasDesert()) return false;
|
||||
if (condition.equals("Blessing") && !controller.hasBlessing()) return false;
|
||||
if (condition.equals("Monarch") & !controller.isMonarch()) return false;
|
||||
|
||||
if (condition.equals("PlayerTurn")) {
|
||||
if (!ph.isPlayerTurn(controller)) {
|
||||
|
||||
Reference in New Issue
Block a user