Always be alert for skeletons

This commit is contained in:
vuonojenmustaturska
2017-10-06 20:33:42 +03:00
parent 4ca78a7406
commit feabd41900
13 changed files with 36 additions and 42 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)
Plasma.air_contents.assert_gas("plasma")
ASSERT_GAS(Plasma.air_contents, "plasma")
Plasma.air_contents.gases["plasma"][MOLES] = 70
Rad.drainratio = 0
Rad.loaded_tank = Plasma