From 45404f8b93abcea26f3b7e031f168263c5e33c6d Mon Sep 17 00:00:00 2001 From: lass9030 Date: Sat, 27 Oct 2018 16:16:38 +0200 Subject: [PATCH] Runtimes, begone. --- .../reagents/chemistry/reagents/pyrotechnic.dm | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/code/modules/reagents/chemistry/reagents/pyrotechnic.dm b/code/modules/reagents/chemistry/reagents/pyrotechnic.dm index bc47e709823..857b15330d4 100644 --- a/code/modules/reagents/chemistry/reagents/pyrotechnic.dm +++ b/code/modules/reagents/chemistry/reagents/pyrotechnic.dm @@ -116,6 +116,12 @@ reagent_state = LIQUID color = "#FFA500" +/datum/reagent/sorium_vortex + name = "sorium_vortex" + id = "sorium_vortex" + reagent_state = LIQUID + color = "#FFA500" + /datum/reagent/liquid_dark_matter name = "Liquid Dark Matter" id = "liquid_dark_matter" @@ -124,6 +130,12 @@ color = "#800080" taste_message = "the end of the world" +/datum/reagent/ldm_vortex + name = "LDM Vortex" + id = "ldm_vortex" + reagent_state = LIQUID + color = "#800080" + /datum/reagent/blackpowder name = "Black Powder" id = "blackpowder"