From 3f75a42ff2233e8eb87558547cb0127e562ff70d Mon Sep 17 00:00:00 2001 From: Fermi Date: Thu, 1 Aug 2019 03:46:30 +0100 Subject: [PATCH] Guess who staged before compiling? --- .../code/modules/reagents/chemistry/reagents/healing.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_citadel/code/modules/reagents/chemistry/reagents/healing.dm b/modular_citadel/code/modules/reagents/chemistry/reagents/healing.dm index 52f6215eae..b717948a20 100644 --- a/modular_citadel/code/modules/reagents/chemistry/reagents/healing.dm +++ b/modular_citadel/code/modules/reagents/chemistry/reagents/healing.dm @@ -39,7 +39,7 @@ /datum/reagent/fermi/yamerol/overdose_process(mob/living/carbon/C) var/obj/item/organ/tongue/oT = C.getorganslot(ORGAN_SLOT_TONGUE) - if(current_cycle = 1) + if(current_cycle == 1) to_chat(C, "You feel the Yamerol sooth your tongue and lungs.") if(current_cycle > 10) if(!C.getorganslot(ORGAN_SLOT_TONGUE))