Epinephrine and Inexorable interacts better, also gives NOCRITDAMAGE to Atropine (#94851)

This commit is contained in:
MrMelbert
2026-01-27 21:23:46 +01:00
committed by GitHub
parent e51e945626
commit 75cf80baed
2 changed files with 4 additions and 2 deletions
@@ -951,7 +951,7 @@
chemical_flags = REAGENT_CAN_BE_SYNTHESIZED
inverse_chem_val = 0.35
inverse_chem = /datum/reagent/inverse/atropine
added_traits = list(TRAIT_PREVENT_IMPLANT_AUTO_EXPLOSION)
added_traits = list(TRAIT_NOCRITDAMAGE, TRAIT_PREVENT_IMPLANT_AUTO_EXPLOSION)
/datum/reagent/medicine/atropine/on_mob_life(mob/living/carbon/affected_mob, seconds_per_tick, metabolization_ratio)
. = ..()