mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 16:38:22 +01:00
Unapologetic Xenobio Buffs (#15282)
This commit is contained in:
@@ -561,15 +561,15 @@
|
||||
/mob/living/carbon/slime/proc/will_hunt(var/hunger) // Check for being stopped from feeding and chasing
|
||||
if(hunger == 2 || rabid || attacked)
|
||||
return TRUE
|
||||
if(nutrition > get_max_nutrition() * 0.8)
|
||||
if(nutrition > get_grow_nutrition())
|
||||
return FALSE
|
||||
if(leader)
|
||||
return FALSE
|
||||
if(holding_still)
|
||||
return FALSE
|
||||
if(hunger == 1 || prob(25))
|
||||
if(hunger == 1 || prob(35))
|
||||
return TRUE
|
||||
return FALSE
|
||||
|
||||
/mob/living/carbon/slime/slip() //Can't slip something without legs.
|
||||
return FALSE
|
||||
return FALSE
|
||||
|
||||
Reference in New Issue
Block a user