From 7f9571f23989fe21e5d1ea2e0a3c4accfcba3bef Mon Sep 17 00:00:00 2001 From: silicons <2003111+silicons@users.noreply.github.com> Date: Wed, 15 Jul 2020 17:17:09 -0700 Subject: [PATCH] ok --- code/modules/atmospherics/gasmixtures/gas_mixture.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/atmospherics/gasmixtures/gas_mixture.dm b/code/modules/atmospherics/gasmixtures/gas_mixture.dm index 1c8cf0436e..7af823e8a9 100644 --- a/code/modules/atmospherics/gasmixtures/gas_mixture.dm +++ b/code/modules/atmospherics/gasmixtures/gas_mixture.dm @@ -47,6 +47,7 @@ GLOBAL_LIST_INIT(meta_gas_fusions, meta_gas_fusion_list()) /datum/gas_mixture/vv_get_dropdown() . = ..() + VV_DROPDOWN_OPTION("", "---") VV_DROPDOWN_OPTION(VV_HK_PARSE_GASSTRING, "Parse Gas String") VV_DROPDOWN_OPTION(VV_HK_EMPTY, "Empty") VV_DROPDOWN_OPTION(VV_HK_SET_MOLES, "Set Moles")