mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-24 17:11:40 +00:00
* Circuit updates, adds new components, improves printer, new assemblies. * Finishes powernet circuit. * Adds wearable assemblies. * Finialization before merging with GLOB port. * Finishes circuit update, hopefully. * Forgot to undo map. * Removes debug output.
14 lines
516 B
Plaintext
14 lines
516 B
Plaintext
// Stuff worn on the ears. Items here go in the "ears" sort_category but they must not use
|
|
// the slot_r_ear or slot_l_ear as the slot, or else players will spawn with no headset.
|
|
/datum/gear/ears
|
|
display_name = "earmuffs"
|
|
path = /obj/item/clothing/ears/earmuffs
|
|
sort_category = "Earwear"
|
|
|
|
/datum/gear/ears/headphones
|
|
display_name = "headphones"
|
|
path = /obj/item/clothing/ears/earmuffs/headphones
|
|
|
|
/datum/gear/ears/circuitry
|
|
display_name = "earwear, circuitry (empty)"
|
|
path = /obj/item/clothing/ears/circuitry |