mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +00:00
Colored Armbands
This commit is contained in:
@@ -28,6 +28,14 @@
|
|||||||
display_name = "armband, science"
|
display_name = "armband, science"
|
||||||
path = /obj/item/clothing/accessory/armband/science
|
path = /obj/item/clothing/accessory/armband/science
|
||||||
|
|
||||||
|
/datum/gear/accessory/colored
|
||||||
|
display_name = "armband"
|
||||||
|
path = /obj/item/clothing/accessory/armband/med/color
|
||||||
|
|
||||||
|
/datum/gear/accessory/colored/New()
|
||||||
|
..()
|
||||||
|
gear_tweaks = list(gear_tweak_free_color_choice)
|
||||||
|
|
||||||
/datum/gear/accessory/wallet
|
/datum/gear/accessory/wallet
|
||||||
display_name = "wallet, orange"
|
display_name = "wallet, orange"
|
||||||
path = /obj/item/weapon/storage/wallet/random
|
path = /obj/item/weapon/storage/wallet/random
|
||||||
|
|||||||
@@ -29,6 +29,10 @@
|
|||||||
desc = "An armband, worn by the crew to display which department they're assigned to. This one is white."
|
desc = "An armband, worn by the crew to display which department they're assigned to. This one is white."
|
||||||
icon_state = "med"
|
icon_state = "med"
|
||||||
|
|
||||||
|
/obj/item/clothing/accessory/armband/med/color
|
||||||
|
name = "armband"
|
||||||
|
desc = "A fancy armband."
|
||||||
|
|
||||||
/obj/item/clothing/accessory/armband/medgreen
|
/obj/item/clothing/accessory/armband/medgreen
|
||||||
name = "EMT armband"
|
name = "EMT armband"
|
||||||
desc = "An armband, worn by the crew to display which department they're assigned to. This one is white and green."
|
desc = "An armband, worn by the crew to display which department they're assigned to. This one is white and green."
|
||||||
|
|||||||
Reference in New Issue
Block a user