Higadrite Metabolization Fix (#49951)

* GoatPlushie

Removes emagged plushie

* Revert "GoatPlushie"

This reverts commit f4395c4afdeb55c959cd1716eadc37ef2ff0c809.

* higadritemetabolizingfix

* Update code/modules/reagents/chemistry/reagents/medicine_reagents.dm

Co-Authored-By: moo <11748095+ExcessiveUseOfCobblestone@users.noreply.github.com>

Co-authored-by: moo <11748095+ExcessiveUseOfCobblestone@users.noreply.github.com>
This commit is contained in:
RiskySikh
2020-03-22 18:03:54 -04:00
committed by GitHub
co-authored by moo
parent f39b64c961
commit 9bca49ccee
@@ -1060,8 +1060,8 @@
color = "#FF3542"
self_consuming = TRUE
/datum/reagent/medicine/higadrite/on_mob_add(mob/living/M)
..()
/datum/reagent/medicine/higadrite/on_mob_metabolize(mob/living/M)
. = ..()
ADD_TRAIT(M, TRAIT_STABLELIVER, type)
/datum/reagent/medicine/higadrite/on_mob_end_metabolize(mob/living/M)