From 0bf677fb7e5f5841fe118c9411278f0c8b5a3b52 Mon Sep 17 00:00:00 2001 From: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> Date: Tue, 20 Jun 2023 17:52:33 -0400 Subject: [PATCH] Sarin now works overdosed again (#21402) --- code/modules/reagents/chemistry/reagents/toxins.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/reagents/chemistry/reagents/toxins.dm b/code/modules/reagents/chemistry/reagents/toxins.dm index 80bd1f2c164..1721d81d766 100644 --- a/code/modules/reagents/chemistry/reagents/toxins.dm +++ b/code/modules/reagents/chemistry/reagents/toxins.dm @@ -972,6 +972,7 @@ penetrates_skin = TRUE overdose_threshold = 25 taste_mult = 0 + allowed_overdose_process = TRUE /datum/reagent/sarin/on_mob_life(mob/living/M) var/update_flags = STATUS_UPDATE_NONE