mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 14:31:59 +01:00
Lets you wear your integrated circuit PDA (#23028)
Integrated circuits support being worn by mobs now! Lets the circuits that previously said their clips were decorative actually be worn. Also lets small ICs be put in the helmet slot, for expeditionary helmet cameras. <img width="119" height="111" alt="image" src="https://github.com/user-attachments/assets/07b1f108-be8d-403d-975f-080ad3a10838" /> Hopefully getting a go-pro like sprite for it soon.
This commit is contained in:
@@ -46,6 +46,8 @@
|
||||
|
||||
/obj/item/electronic_assembly/default
|
||||
name = "basic small circuit case"
|
||||
desc = "A case for building small electronic assemblies. This one has a strap and clip to attach to clothing, belts or wrists."
|
||||
slot_flags = SLOT_WRISTS | SLOT_BELT
|
||||
|
||||
/obj/item/electronic_assembly/calc
|
||||
name = "calculator small circuit case"
|
||||
@@ -65,12 +67,14 @@
|
||||
/obj/item/electronic_assembly/hook
|
||||
name = "belt-clip small circuit case"
|
||||
icon_state = "setup_small_hook"
|
||||
desc = "A case for building small electronic assemblies. This one looks like it has a belt clip, but it's purely decorative."
|
||||
desc = "A case for building small electronic assemblies. This one looks like it has a belt clip."
|
||||
slot_flags = SLOT_BELT
|
||||
|
||||
/obj/item/electronic_assembly/pda
|
||||
name = "PDA-style small circuit case"
|
||||
icon_state = "setup_small_pda"
|
||||
desc = "A case for building small electronic assemblies. This one resembles a PDA."
|
||||
desc = "A case for building small electronic assemblies. This one resembles a PDA and looks like it has a wrist strap."
|
||||
slot_flags = SLOT_WRISTS | SLOT_BELT
|
||||
|
||||
|
||||
// Tiny assemblies.
|
||||
@@ -99,7 +103,8 @@
|
||||
/obj/item/electronic_assembly/tiny/hook
|
||||
name = "belt-clip tiny circuit case"
|
||||
icon_state = "setup_device_hook"
|
||||
desc = "A case for building tiny electronic assemblies. This one looks like it has a belt clip, but it's purely decorative."
|
||||
desc = "A case for building tiny electronic assemblies. This one looks like it has a belt clip."
|
||||
slot_flags = SLOT_BELT
|
||||
|
||||
/obj/item/electronic_assembly/tiny/box
|
||||
name = "boxy tiny circuit case"
|
||||
|
||||
Reference in New Issue
Block a user