This commit is contained in:
Fox-McCloud
2017-09-27 20:06:19 -04:00
parent e1ce6fac3b
commit 9c3d0a9f8a
3 changed files with 16 additions and 16 deletions
@@ -1157,5 +1157,5 @@
if(M.staminaloss < (45 - healthcomp)) //At 50 health you would have 200 - 150 health meaning 50 compensation. 60 - 50 = 10, so would only do 10-19 stamina.)
M.adjustStaminaLoss(10)
if(prob(30))
to_chat(M, "<span class='warning'>You should sit down and take a rest...</span>")
to_chat(M, "<span class='warning'>You feel like you should sit down and take a rest...</span>")
..()