From 8adfe633e3067796c02821e90d26be1eb5f169dc Mon Sep 17 00:00:00 2001 From: YakumoChen Date: Tue, 21 Jul 2020 01:27:22 +0000 Subject: [PATCH] Fixes MK --- modular_citadel/code/datums/status_effects/chems.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_citadel/code/datums/status_effects/chems.dm b/modular_citadel/code/datums/status_effects/chems.dm index 47eef6a820..5356214438 100644 --- a/modular_citadel/code/datums/status_effects/chems.dm +++ b/modular_citadel/code/datums/status_effects/chems.dm @@ -230,7 +230,7 @@ var/mob/living/carbon/M = owner //chem calculations - if(!owner.reagents.has_reagent(/datum/chemical_reaction/fermi/enthrall)) + if(!owner.reagents.has_reagent(/datum/reagent/fermi/enthrall)) if (phase < 3 && phase != 0) deltaResist += 3//If you've no chem, then you break out quickly if(prob(5))