mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 09:08:30 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user