Mister Mann's mint toxin update! (RUN FATTIES)

tweaks mint toxin to gib people more consistently by only gibbing people with TRAIT_BLOB.
This commit is contained in:
eyespy
2023-03-08 16:42:04 +11:00
parent 55c1992174
commit 72ccbb01be
@@ -135,7 +135,7 @@
pH = 8
/datum/reagent/toxin/minttoxin/on_mob_life(mob/living/carbon/M)
if(HAS_TRAIT(M, TRAIT_FAT))
if(HAS_TRAIT(M, TRAIT_BLOB))
M.gib()
return ..()
@@ -623,7 +623,7 @@
M.nutrition = max(M.nutrition - 3, 0) // making the chef more valuable, one meme trap at a time
else
M.adjust_fatness(-10, FATTENING_TYPE_WEIGHT_LOSS)
M.overeatduration = 0
return ..()