Merge pull request #10011 from lass9030/dummy-vortexes

Runtime with vortexes fix
This commit is contained in:
variableundefined
2018-10-27 22:54:50 +08:00
committed by GitHub
@@ -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"