Captain Clothes (#10536)

Gave the Captain's uniform new sprites.
This commit is contained in:
Geeves
2020-12-16 23:23:30 +02:00
committed by GitHub
parent b98ea98ed6
commit a12807f859
14 changed files with 221 additions and 85 deletions
@@ -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