diff --git a/modular_chomp/code/modules/reagents/reagents/dispenser.dm b/modular_chomp/code/modules/reagents/reagents/dispenser.dm deleted file mode 100644 index c7fba5a452..0000000000 --- a/modular_chomp/code/modules/reagents/reagents/dispenser.dm +++ /dev/null @@ -1,7 +0,0 @@ -/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 4e0f3c6378..8cb2c2088e 100644 --- a/vorestation.dme +++ b/vorestation.dme @@ -4921,7 +4921,6 @@ #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"