From beaa3efd18796e86866747a00e69d194ae7ff4e0 Mon Sep 17 00:00:00 2001 From: PKPenguin321 Date: Sun, 3 Jan 2016 21:07:53 -0800 Subject: [PATCH] experimentor typo fix fixes a small typo --- code/modules/research/experimentor.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/research/experimentor.dm b/code/modules/research/experimentor.dm index 346264b7354..65c6f0df827 100644 --- a/code/modules/research/experimentor.dm +++ b/code/modules/research/experimentor.dm @@ -340,7 +340,7 @@ warn_admins(usr, "[chosenchem] smoke") investigate_log("Experimentor has released [chosenchem] smoke!", "experimentor") if(prob(EFFECT_PROB_LOW-badThingCoeff)) - visible_message("[src] malfunctions, spewing harmless gas.>") + visible_message("[src] malfunctions, spewing harmless gas.") throwSmoke(src.loc) if(prob(EFFECT_PROB_MEDIUM-badThingCoeff)) visible_message("[src] melts [exp_on], ionizing the air around it!")