mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 13:05:36 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user