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