Slime Radio Potion (#35548)

* Slime Radio Potion

* Deletes inaccurate comment
This commit is contained in:
KorPhaeron
2018-02-15 04:37:20 -06:00
committed by CitadelStationBot
parent 95582c597b
commit 0ed0abbd4c
3 changed files with 39 additions and 0 deletions
@@ -505,6 +505,17 @@
BC.visible_message("<span class='notice'>The [BC.name] appears out of thin air!</span>")
..()
/datum/chemical_reaction/slime/slimeradio
name = "Slime Radio"
id = "m_radio"
required_reagents = list("water" = 1)
required_container = /obj/item/slime_extract/bluespace
required_other = 1
/datum/chemical_reaction/slime/slimeradio/on_reaction(datum/reagents/holder, created_volume)
new /obj/item/slimepotion/slimeradio(get_turf(holder.my_atom))
..()
//Cerulean
/datum/chemical_reaction/slime/slimepsteroid2
name = "Slime Steroid 2"