From e0c6612e30554353b7bc3a01ae1f09c7191f8f7b Mon Sep 17 00:00:00 2001 From: Certhic Date: Thu, 3 Sep 2020 16:23:08 +0200 Subject: [PATCH] reverted an accidental change --- 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 0cca077c861..fb204fcb4ba 100644 --- a/code/modules/research/experimentor.dm +++ b/code/modules/research/experimentor.dm @@ -571,7 +571,7 @@ dotype = SCANTYPE_DISCOVER else dotype = matchReaction(process,scantype) - experiment(SCANTYPE_IRRADIATE,process) + experiment(dotype,process) use_power(750) if(dotype != FAIL) if(process && process.origin_tech)