shaking people that are laying down on the ground will now make them heal some staminaloss

This commit is contained in:
deathride58
2018-11-17 01:57:24 -05:00
parent e704840457
commit ccb9e6ea90
@@ -311,7 +311,9 @@
AdjustKnockdown(-60)
AdjustUnconscious(-60)
AdjustSleeping(-100)
if(resting && !recoveringstam)
if(recoveringstam)
adjustStaminaLoss(-15)
else if(resting)
resting = 0
update_canmove()