Commissar Warden gear

-Adds a commissar coat/hat to the game, both of which set to spawn as
alternative gear in the warden's locker.
This commit is contained in:
Serveris
2015-05-31 19:29:29 -04:00
parent 3b6e7d1ee1
commit f4a2e3c72b
7 changed files with 14 additions and 0 deletions
@@ -149,7 +149,9 @@
new /obj/item/clothing/under/rank/warden(src)
// new /obj/item/clothing/under/rank/warden/corp(src)
new /obj/item/clothing/suit/armor/vest/warden(src)
new /obj/item/clothing/suit/armor/vest/warden/commissar(src)
new /obj/item/clothing/head/helmet/warden(src)
new /obj/item/clothing/head/helmet/warden/commissar(src)
// new /obj/item/weapon/cartridge/security(src)
new /obj/item/device/radio/headset/headset_sec(src)
new /obj/item/clothing/glasses/sunglasses/sechud(src)
+6
View File
@@ -15,6 +15,12 @@
icon_state = "policehelm"
flags_inv = 0
/obj/item/clothing/head/helmet/warden/commissar
name = "commissar's cap"
desc = "A security commissar's cap."
icon_state = "commissarcap"
flags_inv = 0
/obj/item/clothing/head/helmet/secfcap
name = "officer's cap"
desc = "A security officer's cap."
+6
View File
@@ -38,6 +38,12 @@
icon_state = "formal_warden"
item_state = "formal_warden"
/obj/item/clothing/suit/armor/vest/warden/commissar
name = "Commissar's jacket"
desc = "An tasteful dark blue jacket with silver and white highlights. Has hard-plate inserts for armor."
icon_state = "commissar_warden"
item_state = "commissar_warden"
/obj/item/clothing/suit/armor/riot
name = "Riot Suit"
desc = "A suit of armor with heavy padding to protect against melee attacks. Looks like it might impair movement."
Binary file not shown.

Before

Width:  |  Height:  |  Size: 121 KiB

After

Width:  |  Height:  |  Size: 121 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 250 KiB

After

Width:  |  Height:  |  Size: 252 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 KiB

After

Width:  |  Height:  |  Size: 88 KiB