mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-10 23:47:16 +01:00
fatness nerfs + working on fudge monster
This commit is contained in:
@@ -623,7 +623,7 @@
|
||||
if(M.fatness == 0)
|
||||
M.nutrition = max(M.nutrition - 3, 0) // making the chef more valuable, one meme trap at a time
|
||||
if(HAS_TRAIT(M, TRAIT_LIPOLICIDE_TOLERANCE)) //GS13 edit
|
||||
M.adjust_fatness(-1, FATTENING_TYPE_WEIGHT_LOSS)
|
||||
M.adjust_fatness(-0.5, FATTENING_TYPE_WEIGHT_LOSS)
|
||||
else
|
||||
M.adjust_fatness(-5, FATTENING_TYPE_WEIGHT_LOSS)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user