mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 12:29:23 +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:
@@ -567,14 +567,14 @@
|
||||
origin_tech = list(TECH_POWER = 4,TECH_MAGNET = 4, TECH_DATA = 4)
|
||||
|
||||
|
||||
/obj/item/device/kinetic_analyzer
|
||||
/obj/item/kinetic_analyzer
|
||||
name = "kinetic analyzer"
|
||||
desc = "Analyzes the kinetic accelerator and prints useful information on it's statistics."
|
||||
icon = 'icons/obj/item/device/kinetic_analyzer.dmi'
|
||||
icon = 'icons/obj/item/kinetic_analyzer.dmi'
|
||||
icon_state = "kinetic_analyzer"
|
||||
|
||||
|
||||
/obj/item/device/kinetic_analyzer/afterattack(var/atom/target, var/mob/living/user, proximity, params)
|
||||
/obj/item/kinetic_analyzer/afterattack(var/atom/target, var/mob/living/user, proximity, params)
|
||||
|
||||
user.visible_message(
|
||||
SPAN_WARNING("\The [user] scans \the [target] with \the [src]."),
|
||||
|
||||
Reference in New Issue
Block a user