mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Adds two new watches to the loadout (#12336)
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user