Fixing a bug with leap() and gut()

This commit is contained in:
Zuhayr
2014-05-15 15:09:48 +09:30
committed by ZomgPonies
parent 9981259b0b
commit de51d4e5b7
@@ -1442,7 +1442,7 @@
if(last_special > world.time)
return
if(stat)
if(stat || paralysis || stunned || weakened || lying)
src << "You cannot leap in your current state."
return
@@ -1503,7 +1503,7 @@
if(last_special > world.time)
return
if(stat)
if(stat || paralysis || stunned || weakened || lying)
src << "\red You cannot do that in your current state."
return