From 3cfdc8dc62752b4d59b03598cbe07b38f5826058 Mon Sep 17 00:00:00 2001 From: LightFire53 Date: Tue, 5 Jul 2022 06:45:17 -0700 Subject: [PATCH] Adds Security Jetpack to Security Suit Storage Units (#18181) * Highway to the Danger Zone * Harness the power * Security Jetpack 2: Electric Boogaloo --- code/game/machinery/suit_storage_unit.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/game/machinery/suit_storage_unit.dm b/code/game/machinery/suit_storage_unit.dm index f79bc775b80..113e9b05c9e 100644 --- a/code/game/machinery/suit_storage_unit.dm +++ b/code/game/machinery/suit_storage_unit.dm @@ -111,6 +111,7 @@ name = "security suit storage unit" suit_type = /obj/item/clothing/suit/space/hardsuit/security mask_type = /obj/item/clothing/mask/gas/sechailer + storage_type = /obj/item/tank/jetpack/oxygen/security req_access = list(ACCESS_SECURITY) /obj/machinery/suit_storage_unit/security/secure @@ -120,6 +121,7 @@ name = "Head of Security's suit storage unit" suit_type = /obj/item/clothing/suit/space/hardsuit/security/hos mask_type = /obj/item/clothing/mask/gas/sechailer/hos + storage_type = null req_access = list(ACCESS_HOS) /obj/machinery/suit_storage_unit/security/hos/secure