mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-28 23:26:43 +01:00
Jobs and Holstesr Part 1 (Mostly Modular)
Adds Blueshield and Brig Doc
This commit is contained in:
@@ -15,3 +15,33 @@
|
||||
)
|
||||
LAZYADD(products, extra_products)
|
||||
. = ..()
|
||||
|
||||
/obj/structure/closet/secure_closet/brigdoc
|
||||
name = "brig physician's locker"
|
||||
req_access = list(ACCESS_MEDICAL)
|
||||
icon_state = "med_secure"
|
||||
|
||||
/obj/structure/closet/secure_closet/brigdoc/PopulateContents()
|
||||
..()
|
||||
new /obj/item/clothing/under/rank/brigdoc(src)
|
||||
new /obj/item/clothing/under/rank/brigdoc/skirt(src)
|
||||
new /obj/item/radio/headset/headset_brigdoc(src)
|
||||
new /obj/item/radio/headset/headset_brigdoc/alt(src)
|
||||
new /obj/item/flashlight/seclite(src)
|
||||
|
||||
/obj/structure/closet/secure_closet/blueshield
|
||||
name = "blueshield's locker"
|
||||
req_access = list(ACCESS_HEADS)
|
||||
icon_state = "tac"
|
||||
|
||||
/obj/structure/closet/secure_closet/blueshield/PopulateContents()
|
||||
..()
|
||||
new /obj/item/clothing/suit/armor/vest(src)
|
||||
new /obj/item/clothing/head/helmet/sec(src)
|
||||
new /obj/item/radio/headset/headset_blueshield(src)
|
||||
new /obj/item/clothing/glasses/hud/security/sunglasses(src)
|
||||
new /obj/item/flashlight/seclite(src)
|
||||
new /obj/item/clothing/under/rank/blueshield(src)
|
||||
new /obj/item/clothing/under/rank/blueshield/skirt(src)
|
||||
new /obj/item/clothing/head/helmet/blueshirt(src)
|
||||
new /obj/item/storage/belt/security(src)
|
||||
|
||||
Reference in New Issue
Block a user