Chiblocking now stops passives.

This commit is contained in:
MistPhizzle 2014-09-07 00:06:28 -04:00
parent 306341c350
commit f8d895e25d

View file

@ -294,6 +294,7 @@ public class Methods {
if (!bPlayer.isToggled) return false;
if (!bPlayer.hasElement(element)) return false;
if (isRegionProtectedFromBuild(p, null, p.getLocation())) return false;
if (bPlayer.blockedChi) return false;
return true;
}