mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-07-18 03:32:56 +01:00
Basic Uniform Resprite: Engineering
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
|
||||
starts_with = list(
|
||||
/obj/item/clothing/accessory/storage/brown_vest,
|
||||
/obj/item/clothing/accessory/storage/overalls/chief,
|
||||
/obj/item/blueprints,
|
||||
/obj/item/clamp,
|
||||
/obj/item/clamp,
|
||||
@@ -69,6 +70,7 @@
|
||||
|
||||
starts_with = list(
|
||||
/obj/item/clothing/accessory/storage/brown_vest,
|
||||
/obj/item/clothing/accessory/storage/overalls/engineer,
|
||||
/obj/item/storage/toolbox/mechanical,
|
||||
/obj/item/radio/headset/headset_eng,
|
||||
/obj/item/radio/headset/headset_eng/alt,
|
||||
@@ -94,14 +96,16 @@
|
||||
|
||||
|
||||
/obj/structure/closet/secure_closet/atmos_personal
|
||||
name = "technician's locker"
|
||||
name = "atmospheric technician's locker"
|
||||
req_access = list(access_atmospherics)
|
||||
closet_appearance = /decl/closet_appearance/secure_closet/engineering/atmos
|
||||
|
||||
starts_with = list(
|
||||
/obj/item/clothing/accessory/storage/brown_vest,
|
||||
/obj/item/clothing/accessory/storage/overalls/engineer,
|
||||
/obj/item/clothing/suit/fire/firefighter,
|
||||
/obj/item/clothing/head/hardhat/red,
|
||||
/obj/item/clothing/head/hardhat/dblue,
|
||||
/obj/item/flashlight,
|
||||
/obj/item/extinguisher,
|
||||
/obj/item/clamp,
|
||||
|
||||
Reference in New Issue
Block a user