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:
@@ -311,7 +311,9 @@
|
||||
AdjustKnockdown(-60)
|
||||
AdjustUnconscious(-60)
|
||||
AdjustSleeping(-100)
|
||||
if(resting && !recoveringstam)
|
||||
if(recoveringstam)
|
||||
adjustStaminaLoss(-15)
|
||||
else if(resting)
|
||||
resting = 0
|
||||
update_canmove()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user