Don't flee, silly!

This commit is contained in:
VerySoft
2022-07-31 14:42:11 -04:00
parent e76cbf2a20
commit bbbde0ac3d
+2
View File
@@ -18,6 +18,8 @@
if(can_flee)
if(special_flee_check())
return TRUE
if(isbelly(holder.loc)) //VOREStation Add - Don't flee while you're in a tummy, silly
return FALSE //VOREStation Add
if(!hostile && !retaliate)
return TRUE // We're not hostile and someone attacked us first.
if(flee_when_dying && (holder.health / holder.getMaxHealth()) <= dying_threshold)