mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 07:59:01 +01:00
@@ -9,30 +9,24 @@
|
||||
icon_off = "capsecureoff"
|
||||
|
||||
/obj/structure/closet/secure_closet/captains/fill()
|
||||
//Appearance
|
||||
// Backpack
|
||||
if(prob(50))
|
||||
new /obj/item/storage/backpack/captain(src)
|
||||
else
|
||||
new /obj/item/storage/backpack/satchel_cap(src)
|
||||
new /obj/item/clothing/suit/captunic(src)
|
||||
new /obj/item/clothing/suit/captunic/capjacket(src)
|
||||
new /obj/item/clothing/head/caphat/cap(src)
|
||||
new /obj/item/clothing/head/bandana/captain(src)
|
||||
new /obj/item/clothing/under/rank/captain(src)
|
||||
new /obj/item/clothing/suit/storage/vest(src)
|
||||
new /obj/item/clothing/gloves/captain(src)
|
||||
// Armor
|
||||
new /obj/item/clothing/head/helmet(src)
|
||||
new /obj/item/clothing/shoes/brown(src)
|
||||
new /obj/item/clothing/under/dress/dress_cap(src)
|
||||
new /obj/item/clothing/head/caphat/formal(src)
|
||||
new /obj/item/clothing/under/captainformal(src)
|
||||
new /obj/item/clothing/suit/storage/vest(src)
|
||||
//Tools
|
||||
new /obj/item/device/radio/headset/heads/captain(src)
|
||||
new /obj/item/device/radio/headset/heads/captain/alt(src)
|
||||
new /obj/item/gun/energy/disruptorpistol(src)
|
||||
new /obj/item/device/flash(src)
|
||||
new /obj/item/melee/telebaton(src)
|
||||
// acting captain briefcase
|
||||
// uniform briefcases
|
||||
new /obj/item/storage/briefcase/nt/captain(src)
|
||||
new /obj/item/storage/briefcase/nt/captain_white(src)
|
||||
new /obj/item/storage/briefcase/nt/captain_formal(src)
|
||||
new /obj/item/storage/briefcase/nt/acap(src)
|
||||
|
||||
/obj/structure/closet/secure_closet/captains2
|
||||
|
||||
Reference in New Issue
Block a user