Guess who staged before compiling?

This commit is contained in:
Fermi
2019-08-01 03:46:30 +01:00
parent 88e6fa4703
commit 3f75a42ff2

View File

@@ -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, "<span class='notice'>You feel the Yamerol sooth your tongue and lungs.</span>")
if(current_cycle > 10)
if(!C.getorganslot(ORGAN_SLOT_TONGUE))