Skip to content

Commit

Permalink
Animals can now get high, as god intended.
Browse files Browse the repository at this point in the history
  • Loading branch information
MistakeNot4892 committed Jan 17, 2024
1 parent 5d4709a commit 23756fd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions code/modules/mob/living/simple_mob/subtypes/animal/animal.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 23756fd

Please sign in to comment.