Captain's Jacket changes.

The jacket now has pockets.
It no longer hides worn jumpsuits.
This commit is contained in:
ComicIronic
2015-03-31 14:11:15 +01:00
parent 6c7ecf5750
commit f5797a4f64
2 changed files with 4 additions and 3 deletions

View File

@@ -16,7 +16,7 @@
else
new /obj/item/weapon/storage/backpack/satchel_cap(src)
new /obj/item/clothing/suit/captunic(src)
new /obj/item/clothing/suit/captunic/capjacket(src)
new /obj/item/clothing/suit/storage/capjacket(src)
new /obj/item/clothing/head/helmet/cap(src)
new /obj/item/clothing/under/rank/captain(src)
new /obj/item/clothing/suit/armor/vest(src)

View File

@@ -33,14 +33,15 @@
flags_inv = HIDEJUMPSUIT
species_fit = list("Vox")
/obj/item/clothing/suit/captunic/capjacket
/obj/item/clothing/suit/storage/capjacket
name = "captain's uniform jacket"
desc = "A less formal jacket for everyday captain use."
icon_state = "capjacket"
item_state = "bio_suit"
body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS|ARMS
flags_inv = HIDEJUMPSUIT
species_fit = list("Vox")
max_combined_w_class = 6
storage_slots = 3
//Chaplain
/obj/item/clothing/suit/chaplain_hoodie