mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
[MDB Ignore] [IDB Ignore] Kills off /obj/item/device (#21774)
This has zero reason to exist in our code base. We have no procs or variables tied to this. I removed it to make future modifications cleaner. --------- Signed-off-by: Cody Brittain <1779662+Generalcamo@users.noreply.github.com>
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
|
||||
/datum/gear/utility/paicard
|
||||
display_name = "personal AI device"
|
||||
path = /obj/item/device/paicard
|
||||
path = /obj/item/paicard
|
||||
|
||||
/datum/gear/utility/classicwallet
|
||||
display_name = "wallet"
|
||||
@@ -98,11 +98,11 @@
|
||||
|
||||
/datum/gear/utility/recorder
|
||||
display_name = "universal recorder"
|
||||
path = /obj/item/device/taperecorder
|
||||
path = /obj/item/taperecorder
|
||||
|
||||
/datum/gear/utility/camera
|
||||
display_name = "camera"
|
||||
path = /obj/item/device/camera
|
||||
path = /obj/item/camera
|
||||
|
||||
/datum/gear/utility/himeo_kit
|
||||
display_name = "himean voidsuit kit"
|
||||
|
||||
Reference in New Issue
Block a user