[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:
Cody Brittain
2026-02-01 00:14:26 -05:00
committed by GitHub
parent 75424095ac
commit 3f62424312
857 changed files with 8690 additions and 8599 deletions
@@ -15,10 +15,10 @@
relative_size = 85
/// The type of 'robotic brain'. Must be a subtype of /obj/item/device/mmi/digital.
var/robotic_brain_type = /obj/item/device/mmi/digital/posibrain
/// The type of 'robotic brain'. Must be a subtype of /obj/item/mmi/digital.
var/robotic_brain_type = /obj/item/mmi/digital/posibrain
/// The stored MMI object.
var/obj/item/device/mmi/stored_mmi
var/obj/item/mmi/stored_mmi
/// The cooldown between each alarm warning.
var/heat_alarm_cooldown = 0
/// The cooldown between each integrity alarm warning.
@@ -487,7 +487,7 @@
/obj/item/organ/internal/machine/posibrain/circuit
name = "robotic intelligence circuit"
desc = "The pinnacle of artifical intelligence which can be achieved using classical computer science."
robotic_brain_type = /obj/item/device/mmi/digital/robot
robotic_brain_type = /obj/item/mmi/digital/robot
/obj/item/organ/internal/machine/posibrain/terminator
name = "advanced positronic brain"