mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Wrist Slot (Wear watches with gloves!) (#10951)
This commit is contained in:
@@ -404,10 +404,10 @@
|
||||
head = null
|
||||
|
||||
gloves = list(
|
||||
/obj/item/clothing/gloves/watch,
|
||||
/obj/item/clothing/gloves/watch/silver,
|
||||
/obj/item/clothing/gloves/watch/gold,
|
||||
/obj/item/clothing/gloves/watch/spy
|
||||
/obj/item/clothing/wrists/watch,
|
||||
/obj/item/clothing/wrists/watch/silver,
|
||||
/obj/item/clothing/wrists/watch/gold,
|
||||
/obj/item/clothing/wrists/watch/spy
|
||||
)
|
||||
|
||||
l_ear = /obj/item/device/radio/headset/burglar
|
||||
|
||||
@@ -182,7 +182,7 @@
|
||||
/obj/item/clothing/gloves/chameleon = TRADER_BLACKLIST,
|
||||
/obj/item/clothing/gloves/force = TRADER_BLACKLIST_ALL,
|
||||
/obj/item/clothing/gloves/swat/bst = TRADER_BLACKLIST,
|
||||
/obj/item/clothing/gloves/watch/fluff = TRADER_BLACKLIST_ALL,
|
||||
/obj/item/clothing/wrists/watch/fluff = TRADER_BLACKLIST_ALL,
|
||||
/obj/item/clothing/gloves/fluff = TRADER_BLACKLIST_ALL,
|
||||
/obj/item/clothing/head = TRADER_SUBTYPES_ONLY,
|
||||
/obj/item/clothing/head/beret/centcom = TRADER_BLACKLIST_ALL,
|
||||
|
||||
Reference in New Issue
Block a user