mage hand and loot

- added a mage hand hostile mob: it will poke you to fatten you up
- added rewards to some of the calorite ruins
This commit is contained in:
evilew
2025-01-19 21:10:32 +01:00
parent 7915082aae
commit 50d40ed710
7 changed files with 95 additions and 13 deletions
@@ -84,7 +84,7 @@
. = ..()
if(ishuman(mover))
var/mob/living/carbon/human/H = mover
if(H.nutrition >= NUTRITION_LEVEL_FAT)
if(H.fatness >= 1000) //GS13 edit - having over 1000 BFI lets you through
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