Removes devices

This commit is contained in:
atermonera
2022-04-17 19:14:43 -08:00
parent 7a9806d9b4
commit 9d71839ac6
600 changed files with 5636 additions and 5530 deletions
@@ -173,7 +173,7 @@
/obj/item/tool/wrench = null,
/obj/item/tool/crowbar = null,
/obj/item/tool/wirecutters = null,
/obj/item/device/multitool = null,
/obj/item/multitool = null,
/obj/item/stack/cable_coil/gray = null,
/obj/item/tape_roll = null
)
+1 -1
View File
@@ -155,7 +155,7 @@ var/list/organ_cache = list()
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(preserved)
return
+4 -4
View File
@@ -35,8 +35,8 @@
organ_tag = O_BRAIN
parent_organ = BP_HEAD
vital = 1
var/brain_type = /obj/item/device/mmi
var/obj/item/device/mmi/stored_mmi
var/brain_type = /obj/item/mmi
var/obj/item/mmi/stored_mmi
robotic = ORGAN_ASSISTED
butcherable = FALSE
@@ -111,7 +111,7 @@
/obj/item/organ/internal/mmi_holder/posibrain
name = "positronic brain interface"
brain_type = /obj/item/device/mmi/digital/posibrain
brain_type = /obj/item/mmi/digital/posibrain
robotic = ORGAN_ROBOT
/obj/item/organ/internal/mmi_holder/posibrain/update_from_mmi()
@@ -123,7 +123,7 @@
/obj/item/organ/internal/mmi_holder/robot
name = "digital brain interface"
brain_type = /obj/item/device/mmi/digital/robot
brain_type = /obj/item/mmi/digital/robot
robotic = ORGAN_ROBOT
/obj/item/organ/internal/mmi_holder/robot/update_from_mmi()