- Fixed "Condition$ Kicked".

This commit is contained in:
Sloth
2012-09-16 07:07:06 +00:00
parent e7593df071
commit ad53b3a0e1

View File

@@ -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;
} }
} }