mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
adds a new vest to the loadout (#12844)
This commit is contained in:
@@ -14,6 +14,13 @@
|
||||
path = /obj/item/clothing/accessory/wcoat_rec
|
||||
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
|
||||
|
||||
/datum/gear/accessory/waistcoat/New()
|
||||
..()
|
||||
var/list/waistcoats = list()
|
||||
waistcoats["waistcoat"] = /obj/item/clothing/accessory/wcoat_rec
|
||||
waistcoats["waistcoat, alt"] = /obj/item/clothing/accessory/silversun/wcoat
|
||||
gear_tweaks += new /datum/gear_tweak/path(waistcoats)
|
||||
|
||||
/datum/gear/accessory/chaps
|
||||
display_name = "chaps selection"
|
||||
path = /obj/item/clothing/accessory/chaps
|
||||
|
||||
@@ -282,6 +282,14 @@
|
||||
icon_state = "hawaii_red"
|
||||
color = color_rotation(rand(-11,12)*15)
|
||||
|
||||
/obj/item/clothing/accessory/silversun/wcoat
|
||||
name = "waistcoat"
|
||||
desc = "A slick waistcoat."
|
||||
icon = 'icons/obj/clothing/ties.dmi'
|
||||
icon_state = "det_vest"
|
||||
item_state = "det_vest"
|
||||
contained_sprite = FALSE
|
||||
|
||||
/obj/item/clothing/accessory/university
|
||||
name = "university sweatshirt"
|
||||
desc = "A comfy university sweatshirt. This one is grey."
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: TheGreyWolf
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- rscadd: "Added a new waistcoat to the loadout. It has been combined with the old one under acccesories into a selection."
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 88 KiB After Width: | Height: | Size: 89 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 67 KiB |
Reference in New Issue
Block a user