Don't let airbenders bind Chi Abilities

This commit is contained in:
MistPhizzle 2014-06-28 19:51:31 -04:00
parent 90572695e3
commit 44a0af1dc5

View file

@ -185,7 +185,7 @@ public class Commands {
s.sendMessage(Methods.getFireColor() + "You must be a Firebender to bind this ability.");
return true;
}
if (Methods.isChiAbility(ability) && !Methods.isBender(s.getName(), Element.Air)) {
if (Methods.isChiAbility(ability) && !Methods.isBender(s.getName(), Element.Chi)) {
s.sendMessage(Methods.getChiColor() + "You must be a ChiBlocker to bind this ability.");
return true;
}