mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user