Fixes strained muscles not doing stamina damage (#44323)

This commit is contained in:
YPOQ
2019-06-06 05:46:30 -04:00
committed by ShizCalev
parent 13c0f62e4f
commit ae95e19fc0
@@ -41,7 +41,7 @@
stacks++
user.staminaloss += stacks * 1.3 //At first the changeling may regenerate stamina fast enough to nullify fatigue, but it will stack
user.adjustStaminaLoss(stacks * 1.3) //At first the changeling may regenerate stamina fast enough to nullify fatigue, but it will stack
if(stacks == 11) //Warning message that the stacks are getting too high
to_chat(user, "<span class='warning'>Our legs are really starting to hurt...</span>")