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
@@ -83,7 +83,7 @@
/obj/effect/gluttony/CanPass(atom/movable/mover, turf/target)//So bullets will fly over and stuff.
if(ishuman(mover))
var/mob/living/carbon/human/H = mover
if(H.fatness >= 1000) // GS13
if(H.fatness >= 1000)
H.visible_message("<span class='warning'>[H] pushes through [src]!</span>", "<span class='notice'>You've seen and eaten worse than this.</span>")
return TRUE
else