mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 20:17:15 +01:00
Don't flee, silly!
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user