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
+1 -1
View File
@@ -72,7 +72,7 @@
if(owner.restrained())
return 0
if(check_flags & AB_CHECK_STUNNED)
if(owner.stunned || owner.weakened)
if(owner.stunned || owner.IsWeakened())
return 0
if(check_flags & AB_CHECK_LYING)
if(owner.lying)