From c3597ee1aa59f66f06e097009ac6ee6201072af7 Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Thu, 24 Sep 2015 02:07:34 -0400 Subject: [PATCH] EXPERI-Mentor Bandaid Fix --- 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 2c37e0cc889..8d4656ee7fc 100644 --- a/code/modules/research/experimentor.dm +++ b/code/modules/research/experimentor.dm @@ -346,7 +346,7 @@ throwSmoke(src.loc) if(prob(EFFECT_PROB_MEDIUM-badThingCoeff)) visible_message("[src] melts [exp_on], ionizing the air around it!") - empulse(src.loc, 4, 6) + empulse(src.loc, 4, 0) //change this to 4,6 once the EXPERI-Mentor is moved. investigate_log("Experimentor has generated an Electromagnetic Pulse.", "experimentor") ejectItem(TRUE) ////////////////////////////////////////////////////////////////////////////////////////////////