Fixes some awful defines to not be hacks

This commit is contained in:
MrPerson
2016-01-22 19:07:37 -08:00
parent a12cea1f9c
commit e1b3815539
13 changed files with 15 additions and 20 deletions
@@ -16,7 +16,7 @@
if(gas_type)
air_contents.assert_gas(gas_type)
air_contents.gases[gas_type][MOLES] = AIR_CONTENTS
name = "[name] ([air_contents.gases[gas_type][GAS_NAME]])"
name = "[name] ([air_contents.gases[gas_type][GAS_META][META_GAS_NAME]])"
/obj/machinery/atmospherics/components/unary/tank/carbon_dioxide
gas_type = "co2"