Fixes cane speed exploit

This commit is contained in:
ZomgPonies
2015-04-06 18:09:52 -04:00
parent 187e0d38f4
commit 85a8a7a35f

View File

@@ -87,6 +87,9 @@
if (r_hand && istype(r_hand, /obj/item/weapon/cane))
stance_damage -= 2
if(stance_damage < 0)
stance_damage = 0
// standing is poor
if(stance_damage >= 4 || (stance_damage >= 2 && prob(5)))
if(!(lying || resting))