Stamina Damage Rework (#12591)

This commit is contained in:
Fox McCloud
2019-10-27 00:23:22 -04:00
committed by variableundefined
parent 573d390d93
commit 00f5e0613c
39 changed files with 91 additions and 67 deletions
@@ -71,7 +71,7 @@
return
if(!victim)
return
if(!victim.stat && !victim.restrained() && !victim.weakened)
if(!victim.stat && !victim.restrained() && !victim.IsWeakened())
to_chat(user, "<span class='warning'>They're moving too much to feed to His Grace!</span>")
return
user.visible_message("<span class='userdanger'>[user] is trying to feed [victim] to [src]!</span>")