Adds two new watches to the loadout (#12336)

This commit is contained in:
desven
2021-08-17 10:09:10 -05:00
committed by GitHub
parent d7c4a52a28
commit 7132b6d4ef
9 changed files with 24 additions and 0 deletions
@@ -26,6 +26,8 @@
watchtype["watch"] = /obj/item/clothing/wrists/watch
watchtype["silver watch"] = /obj/item/clothing/wrists/watch/silver
watchtype["gold watch"] = /obj/item/clothing/wrists/watch/gold
watchtype["holo watch"] = /obj/item/clothing/wrists/watch/holo
watchtype["leather watch"] = /obj/item/clothing/wrists/watch/leather
watchtype["spy watch"] = /obj/item/clothing/wrists/watch/spy
watchtype["pocketwatch"] = /obj/item/pocketwatch
gear_tweaks += new /datum/gear_tweak/path(watchtype)