diff --git a/modular_chomp/code/modules/reagents/reagents/dispenser.dm b/modular_chomp/code/modules/reagents/reagents/dispenser.dm new file mode 100644 index 0000000000..c7fba5a452 --- /dev/null +++ b/modular_chomp/code/modules/reagents/reagents/dispenser.dm @@ -0,0 +1,7 @@ +/datum/reagent/miasma + name = "Miasma" + id = "miasma" + description = "Not necessarily a gas, miasma refers to biological pollutants found in the atmosphere." + reagent_state = GAS + taste_description = "indescribable" + color = "#808000" diff --git a/vorestation.dme b/vorestation.dme index 8cb2c2088e..4e0f3c6378 100644 --- a/vorestation.dme +++ b/vorestation.dme @@ -4921,6 +4921,7 @@ #include "modular_chomp\code\modules\reagents\reactions\distilling\distilling.dm" #include "modular_chomp\code\modules\reagents\reactions\instant\drinks.dm" #include "modular_chomp\code\modules\reagents\reactions\instant\instant.dm" +#include "modular_chomp\code\modules\reagents\reagents\dispenser.dm" #include "modular_chomp\code\modules\reagents\reagents\food_drinks.dm" #include "modular_chomp\code\modules\reagents\reagents\medicalmods.dm" #include "modular_chomp\code\modules\reagents\reagents\medicine.dm"