mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 14:08:31 +01:00
Merge pull request #7966 from tgstation/revert-7860-ExperimentorFunRemoval
Revert "Replaces Xenomicrobe gas from Experimentor."
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user