mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-07-13 09:12:44 +01:00
Animals can now get high, as god intended.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user