From b37e1db35e26779d7d5b52f1543e98e0bb4a8a81 Mon Sep 17 00:00:00 2001 From: DragonTrance Date: Tue, 23 Feb 2021 13:55:15 -0700 Subject: [PATCH] a --- hyperstation/code/datums/traits/neutral.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/hyperstation/code/datums/traits/neutral.dm b/hyperstation/code/datums/traits/neutral.dm index cb10529b..2402a26d 100644 --- a/hyperstation/code/datums/traits/neutral.dm +++ b/hyperstation/code/datums/traits/neutral.dm @@ -45,4 +45,5 @@ /datum/quirk/overweight/on_spawn() var/mob/living/M = quirk_holder M.nutrition = rand(NUTRITION_LEVEL_FAT + NUTRITION_LEVEL_START_MIN, NUTRITION_LEVEL_FAT + NUTRITION_LEVEL_START_MAX) + M.overeatduration = 100 ADD_TRAIT(M, TRAIT_FAT, OBESITY)