Skip to content

Commit

Permalink
Gary no longer randomly dies for seemingly no reason (#5116)
Browse files Browse the repository at this point in the history
  • Loading branch information
Absolucy authored Jan 27, 2025
1 parent 5ee23a7 commit bbc8037
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions monkestation/code/modules/ranching/chickens/misc/gary.dm
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@
. = ..()
Write_Memory(TRUE)

/mob/living/basic/chicken/gary/unhappy_death()
return

/mob/living/basic/chicken/gary/proc/drop_held_item()
if(QDELETED(held_item))
return
Expand Down

0 comments on commit bbc8037

Please sign in to comment.