From 0603d8d4bbb153e9e2306fe1152164eb406c9ca8 Mon Sep 17 00:00:00 2001 From: Contrabang <91113370+Contrabang@users.noreply.github.com> Date: Wed, 28 Jun 2023 10:30:23 -0400 Subject: [PATCH] Monkies now take twice as long to starve (#21395) * pun pun buff * lewcc review --- code/modules/mob/living/carbon/human/species/monkey.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/carbon/human/species/monkey.dm b/code/modules/mob/living/carbon/human/species/monkey.dm index 42859e2f719..d92d3d7784d 100644 --- a/code/modules/mob/living/carbon/human/species/monkey.dm +++ b/code/modules/mob/living/carbon/human/species/monkey.dm @@ -38,6 +38,7 @@ total_health = 75 brute_mod = 1.5 burn_mod = 1.5 + hunger_drain = HUNGER_FACTOR / 2 // twice as slow as normal /datum/species/monkey/handle_mutations_and_radiation(mob/living/carbon/human/H) . = ..()