Unapologetic Xenobio Buffs (#15282)

This commit is contained in:
Geeves
2022-12-16 12:12:16 +01:00
committed by GitHub
parent f064546916
commit 2e8dabcf7b
2 changed files with 10 additions and 3 deletions
+3 -3
View File
@@ -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