Colored Armbands

This commit is contained in:
redstryker
2016-09-25 22:50:58 -04:00
parent ddaec11afd
commit ae1d03095e
2 changed files with 12 additions and 0 deletions

View File

@@ -28,6 +28,14 @@
display_name = "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
display_name = "wallet, orange"
path = /obj/item/weapon/storage/wallet/random

View File

@@ -29,6 +29,10 @@
desc = "An armband, worn by the crew to display which department they're assigned to. This one is white."
icon_state = "med"
/obj/item/clothing/accessory/armband/med/color
name = "armband"
desc = "A fancy armband."
/obj/item/clothing/accessory/armband/medgreen
name = "EMT armband"
desc = "An armband, worn by the crew to display which department they're assigned to. This one is white and green."