[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"
+1 -1
View File
@@ -150,7 +150,7 @@ INITIALIZE_IMMEDIATE(/obj/item/organ)
if(status & ORGAN_DEAD)
return
// Don't process if we're in a freezer, an MMI or a stasis bag.or a freezer or something I dunno
if(istype(loc,/obj/item/device/mmi))
if(istype(loc,/obj/item/mmi))
return
if(istype(loc,/obj/structure/closet/body_bag/cryobag) || istype(loc,/obj/structure/closet/crate/freezer) || istype(loc,/obj/item/storage/box/unique/freezer))
return
@@ -5,7 +5,7 @@
action_button_icon = "augment-tool"
organ_tag = BP_AUG_CYBORG_ANALYZER
parent_organ = BP_R_HAND
augment_type = /obj/item/device/robotanalyzer/augment
augment_type = /obj/item/robotanalyzer/augment
/obj/item/organ/internal/augment/tool/cyborg_analyzer/left
parent_organ = BP_L_HAND
+2 -2
View File
@@ -372,7 +372,7 @@
..()
var/obj/icon = src
if ((istype(attacking_item, /obj/item/device/analyzer)) && get_dist(user, src) <= 1)
if ((istype(attacking_item, /obj/item/analyzer)) && get_dist(user, src) <= 1)
user.visible_message(SPAN_WARNING("[user] has used [attacking_item] on [icon2html(icon, viewers(get_turf(user)))] [src]."))
var/pressure = air_contents.return_pressure()
@@ -536,7 +536,7 @@
var/pressure = air_contents.return_pressure()
if(pressure > TANK_FRAGMENT_PRESSURE)
if(!istype(src.loc,/obj/item/device/transfer_valve))
if(!istype(src.loc,/obj/item/transfer_valve))
message_admins("Explosive tank rupture! last key to touch the tank was [src.fingerprintslast].")
log_game("Explosive tank rupture! last key to touch the tank was [src.fingerprintslast].")