tweaks n fixes

- buffed lipolicide weight loss
- buffed punching bag weight loss
- made chocolate slimes much more beefier
- added modular bra (WIP)
- readded radstorm (admin only)
- added fattening vent clog into event pool
This commit is contained in:
evilew
2024-06-03 19:51:01 +02:00
parent 06d72f983b
commit c1f082982e
11 changed files with 99 additions and 89 deletions
@@ -625,7 +625,7 @@
if(HAS_TRAIT(M, TRAIT_LIPOLICIDE_TOLERANCE)) //GS13 edit
M.adjust_fatness(-0.5, FATTENING_TYPE_WEIGHT_LOSS)
else
M.adjust_fatness(-5, FATTENING_TYPE_WEIGHT_LOSS)
M.adjust_fatness(-10, FATTENING_TYPE_WEIGHT_LOSS)
M.overeatduration = 0
return ..()