mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 12:29:23 +01:00
Hearing Aids (#8138)
This commit is contained in:
@@ -51,6 +51,18 @@
|
||||
fountainpens["white fountain pen"] = /obj/item/pen/fountain/white
|
||||
gear_tweaks += new/datum/gear_tweak/path(fountainpens)
|
||||
|
||||
/datum/gear/utility/hearing_aid
|
||||
display_name = "hearing aid selection"
|
||||
path = /obj/item/device/hearing_aid
|
||||
cost = 1
|
||||
|
||||
/datum/gear/utility/hearing_aid/New()
|
||||
..()
|
||||
var/hearingaids = list()
|
||||
hearingaids["hearing aid, skrell design"] = /obj/item/device/hearing_aid
|
||||
hearingaids["hearing aid, human design"] = /obj/item/device/hearing_aid/human
|
||||
gear_tweaks += new/datum/gear_tweak/path(hearingaids)
|
||||
|
||||
/datum/gear/utility/paicard
|
||||
display_name = "personal AI device"
|
||||
path = /obj/item/device/paicard
|
||||
@@ -125,4 +137,4 @@
|
||||
display_name = "tool-belt, alt"
|
||||
cost = 0
|
||||
path = /obj/item/storage/belt/utility/alt
|
||||
allowed_roles = list("Station Engineer", "Atmospheric Technician", "Chief Engineer", "Engineering Apprentice", "Roboticist")
|
||||
allowed_roles = list("Station Engineer", "Atmospheric Technician", "Chief Engineer", "Engineering Apprentice", "Roboticist")
|
||||
|
||||
Reference in New Issue
Block a user