mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
idle_thoughts.txt use a common condition check,
a dedicated condition 'ConditionCardsInHand' removed
This commit is contained in:
@@ -123,10 +123,6 @@ public class SpellAbilityCondition extends SpellAbilityVariables {
|
||||
this.setNotAllM12Empires(true);
|
||||
}
|
||||
|
||||
if (params.containsKey("ConditionCardsInHand")) {
|
||||
this.setActivateCardsInHand(Integer.parseInt(params.get("ConditionCardsInHand")));
|
||||
}
|
||||
|
||||
if (params.containsKey("ConditionChosenColor")) {
|
||||
this.setColorToCheck(params.get("ConditionChosenColor"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user