From 1a55ef9bc2867ce556b7ebbcd0bc8ae8c795764e Mon Sep 17 00:00:00 2001 From: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> Date: Fri, 2 Jun 2023 13:00:36 -0400 Subject: [PATCH] morphine now processes on OD (#21102) --- code/modules/reagents/chemistry/reagents/medicine.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/reagents/chemistry/reagents/medicine.dm b/code/modules/reagents/chemistry/reagents/medicine.dm index e602e3e8d83..39a54b53a21 100644 --- a/code/modules/reagents/chemistry/reagents/medicine.dm +++ b/code/modules/reagents/chemistry/reagents/medicine.dm @@ -617,6 +617,7 @@ shock_reduction = 50 harmless = FALSE taste_description = "a delightful numbing" + allowed_overdose_process = TRUE /datum/reagent/medicine/morphine/on_mob_life(mob/living/M) var/update_flags = STATUS_UPDATE_NONE