mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 04:28:12 +01:00
Merge pull request #16258 from SatinIsle/spike-wristband
Spiked wristband
This commit is contained in:
@@ -370,7 +370,8 @@
|
||||
"Red and Orange" = /obj/item/clothing/accessory/wristbandcollection/les,
|
||||
"White, Pink and Blue" = /obj/item/clothing/accessory/wristbandcollection/trans,
|
||||
"Blue, Purple and Pink" = /obj/item/clothing/accessory/wristbandcollection/bi,
|
||||
"Black, White and Grey" = /obj/item/clothing/accessory/wristbandcollection/ace
|
||||
"Black, White and Grey" = /obj/item/clothing/accessory/wristbandcollection/ace,
|
||||
"Spiked" = /obj/item/clothing/accessory/wristband_spiked
|
||||
)
|
||||
gear_tweaks += new/datum/gear_tweak/path(wristband_lists)
|
||||
|
||||
|
||||
@@ -536,6 +536,14 @@
|
||||
slot_flags = SLOT_TIE
|
||||
slot = ACCESSORY_SLOT_DECOR
|
||||
|
||||
/obj/item/clothing/accessory/wristband_spiked
|
||||
name = "wristband (spiked)"
|
||||
desc = "A black wristband with short spikes around it."
|
||||
icon = 'icons/inventory/accessory/item.dmi'
|
||||
icon_state = "wristband_spiked"
|
||||
w_class = ITEMSIZE_TINY
|
||||
slot_flags = SLOT_TIE
|
||||
slot = ACCESSORY_SLOT_DECOR
|
||||
|
||||
//Gaiter scarves
|
||||
/obj/item/clothing/accessory/gaiter
|
||||
|
||||
@@ -620,6 +620,7 @@
|
||||
/obj/item/clothing/accessory/wristbandcollection/bi = 5,
|
||||
/obj/item/clothing/accessory/wristbandcollection/trans = 5,
|
||||
/obj/item/clothing/accessory/wristbandcollection/ace = 5,
|
||||
/obj/item/clothing/accessory/wristband_spiked = 5,
|
||||
/obj/item/weapon/storage/wallet = 5,
|
||||
/obj/item/weapon/storage/wallet/poly = 5,
|
||||
/obj/item/weapon/storage/wallet/womens = 5,
|
||||
@@ -760,6 +761,7 @@
|
||||
/obj/item/clothing/accessory/wristbandcollection/bi = 30,
|
||||
/obj/item/clothing/accessory/wristbandcollection/trans = 30,
|
||||
/obj/item/clothing/accessory/wristbandcollection/ace = 30,
|
||||
/obj/item/clothing/accessory/wristband_spiked = 20,
|
||||
/obj/item/weapon/storage/wallet = 50,
|
||||
/obj/item/weapon/storage/wallet/poly = 50,
|
||||
/obj/item/weapon/storage/wallet/womens = 50,
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 101 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 165 KiB After Width: | Height: | Size: 165 KiB |
Reference in New Issue
Block a user