restores add_gas(), assert_gas(), and thermal_energy() as wrapper procs

This commit is contained in:
duncathan
2017-12-17 04:39:08 -06:00
parent 2ca9681c7f
commit 8172ecb632
15 changed files with 31 additions and 20 deletions
+1 -1
View File
@@ -735,7 +735,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(/datum/gas/plasma, Plasma.air_contents)
Plasma.air_contents.assert_gas(/datum/gas/plasma)
Plasma.air_contents.gases[/datum/gas/plasma][MOLES] = 70
Rad.drainratio = 0
Rad.loaded_tank = Plasma