mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-09 07:02:15 +01:00
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:
@@ -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 ..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user