fatness nerfs + working on fudge monster

This commit is contained in:
evilew
2023-08-31 14:23:15 +02:00
parent 0601efe099
commit 8771da02f7
10 changed files with 73 additions and 25 deletions
@@ -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)