Printed oxygen/plasma tanks no longer contain oxygen/plasma

🆑 coiax
fix: Printed oxygen or plasma tanks at the protolathe are now empty.
/🆑

The discrepency in behaviour was because the new /empty types were
using Initialize, which for some reason wasn't working.

However, when I ported the whole of /obj/item/tank into using
Initialize() it works fine, and all the empty tanks are empty
as intended, (and the ones that should have gas, do have gas).
This commit is contained in:
Jack Edge
2018-12-13 18:38:19 +00:00
parent 8200dbbd3a
commit d93a0de984
4 changed files with 46 additions and 62 deletions
@@ -235,7 +235,7 @@
materials = list(MAT_METAL = 500)
build_path = /obj/item/tank/internals/emergency_oxygen/empty
category = list("initial","Misc","Equipment")
/datum/design/emergency_oxygen_engi
name = "Extended-Capacity Emergency Oxygen Tank"
id = "emergency_oxygen_engi"
@@ -244,7 +244,7 @@
build_path = /obj/item/tank/internals/emergency_oxygen/engi/empty
category = list("hacked","Misc","Equipment")
departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING | DEPARTMENTAL_FLAG_CARGO
/datum/design/plasmaman_tank_belt
name = "Plasmaman Belt Tank"
id = "plasmaman_tank_belt"