mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
Adds a few more accessories
This commit is contained in:
@@ -57,10 +57,18 @@
|
|||||||
display_name = "tie, blue with clip"
|
display_name = "tie, blue with clip"
|
||||||
path = /obj/item/clothing/accessory/blue_clip
|
path = /obj/item/clothing/accessory/blue_clip
|
||||||
|
|
||||||
|
/datum/gear/accessory/tie/blue_long
|
||||||
|
display_name = "tie, blue long"
|
||||||
|
path = /obj/item/clothing/accessory/blue_long
|
||||||
|
|
||||||
/datum/gear/accessory/tie/red
|
/datum/gear/accessory/tie/red
|
||||||
display_name = "tie, red"
|
display_name = "tie, red"
|
||||||
path = /obj/item/clothing/accessory/red
|
path = /obj/item/clothing/accessory/red
|
||||||
|
|
||||||
|
/datum/gear/accessory/tie/red_clip
|
||||||
|
display_name = "tie, red with clip"
|
||||||
|
path = /obj/item/clothing/accessory/red_clip
|
||||||
|
|
||||||
/datum/gear/accessory/tie/red_long
|
/datum/gear/accessory/tie/red_long
|
||||||
display_name = "tie, red long"
|
display_name = "tie, red long"
|
||||||
path = /obj/item/clothing/accessory/red_long
|
path = /obj/item/clothing/accessory/red_long
|
||||||
@@ -137,6 +145,30 @@
|
|||||||
display_name = "scarf, striped blue"
|
display_name = "scarf, striped blue"
|
||||||
path = /obj/item/clothing/accessory/stripedbluescarf
|
path = /obj/item/clothing/accessory/stripedbluescarf
|
||||||
|
|
||||||
|
/datum/gear/accessory/suitjacket
|
||||||
|
display_name = "suit jacket, tan"
|
||||||
|
path = /obj/item/clothing/accessory/tan_jacket
|
||||||
|
|
||||||
|
/datum/gear/accessory/suitjacket/charcoal
|
||||||
|
display_name = "suit jacket, charcoal"
|
||||||
|
path = /obj/item/clothing/accessory/charcoal_jacket
|
||||||
|
|
||||||
|
/datum/gear/accessory/suitjacket/navy
|
||||||
|
display_name = "suit jacket, navy blue"
|
||||||
|
path = /obj/item/clothing/accessory/navy_jacket
|
||||||
|
|
||||||
|
/datum/gear/accessory/suitjacket/burgundy
|
||||||
|
display_name = "suit jacket, burgundy"
|
||||||
|
path = /obj/item/clothing/accessory/burgundy_jacket
|
||||||
|
|
||||||
|
/datum/gear/accessory/suitjacket/checkered
|
||||||
|
display_name = "suit jacket, checkered"
|
||||||
|
path = /obj/item/clothing/accessory/checkered_jacket
|
||||||
|
|
||||||
|
/datum/gear/accessory/suitvest
|
||||||
|
display_name = "suit vest"
|
||||||
|
path = /obj/item/clothing/accessory/vest
|
||||||
|
|
||||||
/datum/gear/accessory/brown_vest
|
/datum/gear/accessory/brown_vest
|
||||||
display_name = "webbing, engineering"
|
display_name = "webbing, engineering"
|
||||||
path = /obj/item/clothing/accessory/storage/brown_vest
|
path = /obj/item/clothing/accessory/storage/brown_vest
|
||||||
|
|||||||
@@ -84,6 +84,14 @@
|
|||||||
name = "blue tie with a clip"
|
name = "blue tie with a clip"
|
||||||
icon_state = "bluecliptie"
|
icon_state = "bluecliptie"
|
||||||
|
|
||||||
|
/obj/item/clothing/accessory/blue_long
|
||||||
|
name = "blue long tie"
|
||||||
|
icon_state = "bluelongtie"
|
||||||
|
|
||||||
|
/obj/item/clothing/accessory/red_clip
|
||||||
|
name = "red tie with a clip"
|
||||||
|
icon_state = "redcliptie"
|
||||||
|
|
||||||
/obj/item/clothing/accessory/red_long
|
/obj/item/clothing/accessory/red_long
|
||||||
name = "red long tie"
|
name = "red long tie"
|
||||||
icon_state = "redlongtie"
|
icon_state = "redlongtie"
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
Reference in New Issue
Block a user