Imminent danger of skeletons

* Renamed GASLIST into ADD_GAS
* Reordered ASSERT_GAS arguments around
* Replaced all instances of add_gas with the define
* Removed once instance of manual duplication of ASSERT_GAS with the real deal
This commit is contained in:
vuonojenmustaturska
2017-10-07 04:34:24 +03:00
parent f044ba1449
commit 890ba9dbe1
17 changed files with 45 additions and 51 deletions
+1 -1
View File
@@ -716,7 +716,7 @@ GLOBAL_PROTECT(LastAdminCalledProc)
if(Rad.anchored)
if(!Rad.loaded_tank)
var/obj/item/tank/internals/plasma/Plasma = new/obj/item/tank/internals/plasma(Rad)
ASSERT_GAS(Plasma.air_contents, "plasma")
ASSERT_GAS("plasma", Plasma.air_contents)
Plasma.air_contents.gases["plasma"][MOLES] = 70
Rad.drainratio = 0
Rad.loaded_tank = Plasma