Merge pull request #70 from evilew/tweaking
mage hand, map tweaks, fatty loot
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
threat = 2
|
||||
|
||||
family_heirlooms = list(
|
||||
/obj/item/book/manual/wiki/security_space_law,
|
||||
/obj/item/book/manual/gato_spacelaw,
|
||||
/obj/item/clothing/head/beret/sec
|
||||
)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user