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) . = ..()