mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-29 23:46:34 +01:00
Watch Assembly
First cloth color test
This commit is contained in:
@@ -125,6 +125,17 @@
|
||||
setup_integrated_circuit(/obj/item/electronic_assembly/clothing/small)
|
||||
return ..()
|
||||
|
||||
// Watch.
|
||||
/obj/item/clothing/gloves/ewatch
|
||||
name = "electronic watch"
|
||||
desc = "It's a wearable case for electronics. This one is a digital watch, with an antenna and button array attatched to it.\
|
||||
Practical and stylish!"
|
||||
icon_state = "communicator"
|
||||
item_state = "ewatch"
|
||||
|
||||
/obj/item/clothing/gloves/circuitry/Initialize()
|
||||
setup_integrated_circuit(/obj/item/electronic_assembly/clothing/small)
|
||||
return ..()
|
||||
|
||||
// Glasses.
|
||||
/obj/item/clothing/glasses/circuitry
|
||||
|
||||
Reference in New Issue
Block a user