mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
CardTraitBase: add more Desert flags
This commit is contained in:
@@ -220,6 +220,7 @@ public abstract class CardTraitBase extends GameObject implements IHasCardView {
|
||||
if ("True".equalsIgnoreCase(params.get("Bloodthirst")) && !hostController.hasBloodthirst()) return false;
|
||||
if ("True".equalsIgnoreCase(params.get("FatefulHour")) && hostController.getLife() > 5) return false;
|
||||
if ("True".equalsIgnoreCase(params.get("Revolt")) && !hostController.hasRevolt()) return false;
|
||||
if ("True".equalsIgnoreCase(params.get("Desert")) && !hostController.hasDesert()) return false;
|
||||
|
||||
if (params.containsKey("Presence")) {
|
||||
if (hostCard.getCastFrom() == null || hostCard.getCastSA() == null)
|
||||
|
||||
Reference in New Issue
Block a user