Merge pull request #7738 from deathride58/getthefuckup

Using help intent on someone that's in hard stamcrit will now make them heal 15 staminaloss
This commit is contained in:
nik707
2018-11-19 18:04:42 -06:00
committed by GitHub
@@ -311,7 +311,9 @@
AdjustKnockdown(-60)
AdjustUnconscious(-60)
AdjustSleeping(-100)
if(resting && !recoveringstam)
if(recoveringstam)
adjustStaminaLoss(-15)
else if(resting)
resting = 0
update_canmove()