Adds a unique hazard vest to the chief engineer's locker (#11988)

This commit is contained in:
Casper3667
2021-06-04 12:41:44 -03:00
committed by GitHub
parent e52425ef6e
commit f89906d4e5
5 changed files with 13 additions and 1 deletions
@@ -29,7 +29,7 @@
new /obj/item/device/radio/headset/heads/ce/alt(src)
new /obj/item/device/megaphone/engi(src)
new /obj/item/storage/toolbox/mechanical(src)
new /obj/item/clothing/suit/storage/hazardvest(src)
new /obj/item/clothing/suit/storage/hazardvest/ce(src)
new /obj/item/clothing/mask/gas(src)
new /obj/item/clothing/mask/gas/half(src)
new /obj/item/device/multitool(src)
+6
View File
@@ -223,6 +223,12 @@ obj/item/clothing/suit/apron/overalls/blue
icon_state = "hazard_g"
item_state = "hazard_g"
/obj/item/clothing/suit/storage/hazardvest/ce
name = "chief engineer's hazard vest"
desc = "A high-visibility vest used in work zones. This one is a green-blue color with a gold stripe."
icon_state = "hazard_ce"
item_state = "hazard_ce"
//Lawyer
/obj/item/clothing/suit/storage/toggle/lawyer/bluejacket
name = "blue suit jacket"
+6
View File
@@ -0,0 +1,6 @@
author: TheGreyWolf & StoneMane
delete-after: True
changes:
- rscadd: "The chief engineer's locker now has a unique hazard vest."
Binary file not shown.

Before

Width:  |  Height:  |  Size: 287 KiB

After

Width:  |  Height:  |  Size: 296 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 106 KiB

After

Width:  |  Height:  |  Size: 106 KiB