Adds two new watches to the loadout (#12336)

This commit is contained in:
desven
2021-08-17 17:09:10 +02: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)
+12
View File
@@ -19,6 +19,18 @@
icon_state = "watch_gold"
item_state = "watch_gold"
/obj/item/clothing/wrists/watch/holo
desc = "It's a GaussIo ZeitMeister with a holographic screen."
desc_fluff = "The latest Elyran technology!"
icon_state = "watch_holo"
item_state = "watch_holo"
/obj/item/clothing/wrists/watch/leather
desc = "It's a GaussIo ZeitMeister, a finely tuned wristwatch encased in leather."
desc_fluff = "Made from real synth leather."
icon_state = "watch_leather"
item_state = "watch_leather"
/obj/item/clothing/wrists/watch/spy
desc = "It's a GENUINE Spy-Tech Invisi-watch! <b>WARNING</b> : Does not actually make you invisible."
desc_fluff = "Makes you want to wear a balaclava and smoke a cigarette."
@@ -399,6 +399,8 @@
/obj/item/clothing/wrists/watch,
/obj/item/clothing/wrists/watch/silver,
/obj/item/clothing/wrists/watch/gold,
/obj/item/clothing/wrists/watch/holo,
/obj/item/clothing/wrists/watch/leather,
/obj/item/clothing/wrists/watch/spy
)