From 6d64c6ba101096b0f69f99506990162b380fcb26 Mon Sep 17 00:00:00 2001 From: phil235 Date: Tue, 24 Feb 2015 23:22:43 +0100 Subject: [PATCH] Revert "Replaces Xenomicrobe gas from Experimentor." --- code/modules/research/experimentor.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/research/experimentor.dm b/code/modules/research/experimentor.dm index d00cfbf32c5..02d51f6ff3e 100644 --- a/code/modules/research/experimentor.dm +++ b/code/modules/research/experimentor.dm @@ -328,8 +328,8 @@ R.delete() ejectItem(TRUE) if(prob(EFFECT_PROB_VERYLOW-badThingCoeff)) - visible_message("[src]'s chemical chamber has sprung a leak!") - chosenchem = pick("mutationtoxin","nanomachines","sacid") + visible_message("[src]'s chemical chamber has sprung a leak!.") + chosenchem = pick("mutationtoxin","nanomachines","xenomicrobes") var/datum/reagents/R = new/datum/reagents(50) R.my_atom = src R.add_reagent(chosenchem , 50)