Animals can now get high, as god intended.

This commit is contained in:
MistakeNot4892
2024-01-17 23:51:24 +11:00
parent 5d4709a482
commit 23756fd8e2
@@ -49,6 +49,13 @@
/mob/living/simple_mob/animal/leaves_tracks_type()
return tracks_type
/mob/living/simple_mob/animal/handle_regular_hud_updates()
if(!client)
return FALSE
. = ..()
set_fullscreen(druggy, "high", /obj/screen/fullscreen/high)
/mob/living/simple_mob/animal/proc/has_appetite()
return TRUE