Merge pull request #285 from Regen1/leap-nerf

Vox leap nerf
This commit is contained in:
ZomgPonies
2014-06-27 11:53:33 -04:00
@@ -1510,7 +1510,7 @@
if(last_special > world.time)
return
if(stat || paralysis || stunned || weakened || lying)
if(stat || paralysis || stunned || weakened || lying || handcuffed)
src << "You cannot leap in your current state."
return