From 25c23db4c82775c88d76e29e733e739972b48d2e Mon Sep 17 00:00:00 2001 From: Iamgoofball Date: Sat, 24 Jan 2015 18:52:33 -0800 Subject: [PATCH] nanomachines, son --- 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 993ada3aa78..f4db3358cd9 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","nanites","xenomicrobes") + var/list/chems = list("mutationtoxin","nanomachines","xenomicrobes") var/datum/reagents/R = new/datum/reagents(50) R.my_atom = src R.add_reagent(pick(chems) = 50)