Merge pull request #7966 from tgstation/revert-7860-ExperimentorFunRemoval

Revert "Replaces Xenomicrobe gas from Experimentor."
This commit is contained in:
phil235
2015-02-24 23:49:49 +01:00
+2 -2
View File
@@ -328,8 +328,8 @@
R.delete()
ejectItem(TRUE)
if(prob(EFFECT_PROB_VERYLOW-badThingCoeff))
visible_message("<span class='danger'>[src]'s chemical chamber has sprung a leak!</span>")
chosenchem = pick("mutationtoxin","nanomachines","sacid")
visible_message("<span class='notice'>[src]'s chemical chamber has sprung a leak!.</span>")
chosenchem = pick("mutationtoxin","nanomachines","xenomicrobes")
var/datum/reagents/R = new/datum/reagents(50)
R.my_atom = src
R.add_reagent(chosenchem , 50)