mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
adding miasma reagent (#7800)
This commit is contained in:
@@ -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"
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user