adding miasma reagent (#7800)

This commit is contained in:
Kashargul
2024-02-21 18:06:43 +01:00
committed by GitHub
parent f3987c9bfe
commit 31534e13d3
2 changed files with 8 additions and 0 deletions

View File

@@ -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"

View File

@@ -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"