From 8a28571d83ea1f2b623e50d3539b9da8f1dc2e33 Mon Sep 17 00:00:00 2001 From: Iamgoofball Date: Sat, 24 Jan 2015 18:31:59 -0800 Subject: [PATCH] fixes more runtimes --- 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 4e151e124df..993ada3aa78 100644 --- a/code/modules/research/experimentor.dm +++ b/code/modules/research/experimentor.dm @@ -322,7 +322,7 @@ ejectItem(TRUE) if(prob(EFFECT_PROB_VERYLOW-badThingCoeff)) visible_message("[src]'s chemical chamber has sprung a leak!.") - var/list/chems = list("mutationtoxin","amutationtoxin","nanites","xenomicrobes") + var/list/chems = list("mutationtoxin","nanites","xenomicrobes") var/datum/reagents/R = new/datum/reagents(50) R.my_atom = src R.add_reagent(pick(chems) = 50)