From 769ccabfaacc4f9453d982b1378b03f57f8f891b Mon Sep 17 00:00:00 2001 From: Erikos Date: Sun, 26 Jan 2025 13:55:13 +0000 Subject: [PATCH] [FIX] Slimes can now resist to stop feeding (#28025) * resist the urge to feed * oopsie * Reccomended changes (Thanks Drsmail) --- code/modules/mob/living/simple_animal/slime/slime_mob.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/modules/mob/living/simple_animal/slime/slime_mob.dm b/code/modules/mob/living/simple_animal/slime/slime_mob.dm index a8d58bc3191..5ac5ae2d183 100644 --- a/code/modules/mob/living/simple_animal/slime/slime_mob.dm +++ b/code/modules/mob/living/simple_animal/slime/slime_mob.dm @@ -226,6 +226,10 @@ /mob/living/simple_animal/slime/Process_Spacemove(movement_dir = 0, continuous_move = FALSE) return 2 +/mob/living/simple_animal/slime/resist_buckle() + ..() + Feedstop() + /mob/living/simple_animal/slime/get_status_tab_items() var/list/status_tab_data = ..() . = status_tab_data