fatness nerfs + working on fudge monster

This commit is contained in:
evilew
2023-09-05 02:37:23 +02:00
parent 0601efe099
commit 8771da02f7
10 changed files with 73 additions and 25 deletions
@@ -10,7 +10,7 @@
metabolization_rate = 0.5 * REAGENTS_METABOLISM
/datum/reagent/consumable/lipoifier/on_mob_life(mob/living/carbon/M)
M.adjust_fatness(10, FATTENING_TYPE_CHEM)
M.adjust_fatness(8, FATTENING_TYPE_CHEM)
return ..()