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
+1 -1
View File
@@ -279,7 +279,7 @@
if(world.time > last_event+15)
active = 1
for(var/mob/living/carbon/human/M in orange(3,src))
M.adjust_fatness(50, FATTENING_TYPE_ITEM)
M.adjust_fatness(30, FATTENING_TYPE_ITEM)
last_event = world.time
active = null
return