mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
[FIX] Slimes can now resist to stop feeding (#28025)
* resist the urge to feed * oopsie * Reccomended changes (Thanks Drsmail)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user