mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
- Fixed "Condition$ Kicked".
This commit is contained in:
@@ -184,7 +184,8 @@ public class SpellAbilityCondition extends SpellAbilityVariables {
|
||||
}
|
||||
}
|
||||
if (this.isKicked()) {
|
||||
if (!sa.isKicked()) {
|
||||
SpellAbility root = sa.getRootSpellAbility();
|
||||
if (!root.isKicked()) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user