mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Adds a unique hazard vest to the chief engineer's locker (#11988)
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user