Merge pull request #5 from Iamgoofball/patch-19

nanomachines, son
This commit is contained in:
GunHog
2015-01-24 20:56:13 -06:00
+1 -1
View File
@@ -322,7 +322,7 @@
ejectItem(TRUE)
if(prob(EFFECT_PROB_VERYLOW-badThingCoeff))
visible_message("<span class='notice'>[src]'s chemical chamber has sprung a leak!.</span>")
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)