mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 15:01:04 +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:
@@ -31,7 +31,7 @@ ABSTRACT_TYPE(/singleton/fabricator_recipe/armaments)
|
||||
|
||||
/singleton/fabricator_recipe/armaments/electropack
|
||||
name = "electropack"
|
||||
path = /obj/item/device/radio/electropack
|
||||
path = /obj/item/radio/electropack
|
||||
hack_only = TRUE
|
||||
|
||||
/singleton/fabricator_recipe/armaments/trap
|
||||
|
||||
@@ -8,23 +8,23 @@ ABSTRACT_TYPE(/singleton/fabricator_recipe/components)
|
||||
|
||||
/singleton/fabricator_recipe/components/igniter
|
||||
name = "igniter"
|
||||
path = /obj/item/device/assembly/igniter
|
||||
path = /obj/item/assembly/igniter
|
||||
|
||||
/singleton/fabricator_recipe/components/signaler
|
||||
name = "signaler"
|
||||
path = /obj/item/device/assembly/signaler
|
||||
path = /obj/item/assembly/signaler
|
||||
|
||||
/singleton/fabricator_recipe/components/sensor_infra
|
||||
name = "infrared sensor"
|
||||
path = /obj/item/device/assembly/infra
|
||||
path = /obj/item/assembly/infra
|
||||
|
||||
/singleton/fabricator_recipe/components/timer
|
||||
name = "timer"
|
||||
path = /obj/item/device/assembly/timer
|
||||
path = /obj/item/assembly/timer
|
||||
|
||||
/singleton/fabricator_recipe/components/sensor_prox
|
||||
name = "proximity sensor"
|
||||
path = /obj/item/device/assembly/prox_sensor
|
||||
path = /obj/item/assembly/prox_sensor
|
||||
|
||||
/singleton/fabricator_recipe/components/cable_coil
|
||||
name = "cable coil"
|
||||
|
||||
@@ -28,7 +28,7 @@ ABSTRACT_TYPE(/singleton/fabricator_recipe/engineering)
|
||||
|
||||
/singleton/fabricator_recipe/engineering/suit_cooling
|
||||
name = "portable suit cooling unit"
|
||||
path = /obj/item/device/suit_cooling_unit/no_cell
|
||||
path = /obj/item/suit_cooling_unit/no_cell
|
||||
|
||||
/singleton/fabricator_recipe/engineering/emergency_cell
|
||||
name = "miniature cell"
|
||||
@@ -36,7 +36,7 @@ ABSTRACT_TYPE(/singleton/fabricator_recipe/engineering)
|
||||
|
||||
/singleton/fabricator_recipe/engineering/debugger
|
||||
name = "debugger"
|
||||
path = /obj/item/device/debugger
|
||||
path = /obj/item/debugger
|
||||
|
||||
/singleton/fabricator_recipe/engineering/floor_light
|
||||
name = "floor light"
|
||||
|
||||
@@ -8,7 +8,7 @@ ABSTRACT_TYPE(/singleton/fabricator_recipe/general)
|
||||
|
||||
/singleton/fabricator_recipe/general/flashlight
|
||||
name = "flashlight"
|
||||
path = /obj/item/device/flashlight/empty
|
||||
path = /obj/item/flashlight/empty
|
||||
|
||||
/singleton/fabricator_recipe/general/extinguisher
|
||||
name = "extinguisher"
|
||||
@@ -16,11 +16,11 @@ ABSTRACT_TYPE(/singleton/fabricator_recipe/general)
|
||||
|
||||
/singleton/fabricator_recipe/general/radio_headset
|
||||
name = "radio headset"
|
||||
path = /obj/item/device/radio/headset
|
||||
path = /obj/item/radio/headset
|
||||
|
||||
/singleton/fabricator_recipe/general/radio_bounced
|
||||
name = "shortwave radio"
|
||||
path = /obj/item/device/radio/off
|
||||
path = /obj/item/radio/off
|
||||
|
||||
/singleton/fabricator_recipe/general/weldermask
|
||||
name = "welding mask"
|
||||
@@ -28,7 +28,7 @@ ABSTRACT_TYPE(/singleton/fabricator_recipe/general)
|
||||
|
||||
/singleton/fabricator_recipe/general/taperecorder
|
||||
name = "tape recorder"
|
||||
path = /obj/item/device/taperecorder
|
||||
path = /obj/item/taperecorder
|
||||
|
||||
/singleton/fabricator_recipe/general/tube
|
||||
name = "light tube"
|
||||
@@ -40,12 +40,12 @@ ABSTRACT_TYPE(/singleton/fabricator_recipe/general)
|
||||
|
||||
/singleton/fabricator_recipe/general/labeler
|
||||
name = "hand labeler"
|
||||
path = /obj/item/device/hand_labeler
|
||||
path = /obj/item/hand_labeler
|
||||
|
||||
/singleton/fabricator_recipe/general/destTagger
|
||||
name = "destination tagger"
|
||||
path = /obj/item/device/destTagger
|
||||
path = /obj/item/destTagger
|
||||
|
||||
/singleton/fabricator_recipe/general/cratescanner
|
||||
name = "crate contents scanner"
|
||||
path = /obj/item/device/cratescanner
|
||||
path = /obj/item/cratescanner
|
||||
|
||||
@@ -8,15 +8,15 @@ ABSTRACT_TYPE(/singleton/fabricator_recipe/tools)
|
||||
|
||||
/singleton/fabricator_recipe/tools/multitool
|
||||
name = "multitool"
|
||||
path = /obj/item/device/multitool
|
||||
path = /obj/item/multitool
|
||||
|
||||
/singleton/fabricator_recipe/tools/geiger
|
||||
name = "geiger counter"
|
||||
path = /obj/item/device/geiger
|
||||
path = /obj/item/geiger
|
||||
|
||||
/singleton/fabricator_recipe/tools/t_scanner
|
||||
name = "T-ray scanner"
|
||||
path = /obj/item/device/t_scanner
|
||||
path = /obj/item/t_scanner
|
||||
|
||||
/singleton/fabricator_recipe/tools/weldertool
|
||||
name = "welding tool"
|
||||
|
||||
Reference in New Issue
Block a user