[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 05:14:26 +00:00
committed by GitHub
parent 75424095ac
commit 3f62424312
857 changed files with 8690 additions and 8599 deletions
@@ -72,7 +72,7 @@
/obj/outfit/job/diplomatic_bodyguard/consortium
name = "Consortium of Hieroaetheria Diplomatic Bodyguard"
backpack_contents = list(
/obj/item/device/camera = 1,
/obj/item/camera = 1,
/obj/item/gun/energy/pistol = 1
)
@@ -158,7 +158,7 @@
/obj/outfit/job/diplomatic_bodyguard/glaorr
name = "Union of Gla'orr Diplomatic Bodyguard"
backpack_contents = list(
/obj/item/device/camera = 1,
/obj/item/camera = 1,
/obj/item/gun/energy/pistol = 1
)
@@ -244,7 +244,7 @@
/obj/outfit/job/diplomatic_bodyguard/ekane
name = "Eternal Republic of The Ekane Diplomatic Bodyguard"
backpack_contents = list(
/obj/item/device/camera = 1,
/obj/item/camera = 1,
/obj/item/gun/energy/pistol = 1
)
+3 -3
View File
@@ -63,7 +63,7 @@
backpack_contents = list(
/obj/item/storage/box/ceti_visa = 1,
/obj/item/storage/box/tcaf_pamphlet = 1,
/obj/item/device/versebook/biesel = 1, //constitution
/obj/item/versebook/biesel = 1, //constitution
/obj/item/stamp/biesel = 1,
)
@@ -196,7 +196,7 @@
backpack_contents = list(
/obj/item/storage/box/sol_visa = 1,
/obj/item/stamp/sol = 1,
/obj/item/device/camera = 1
/obj/item/camera = 1
)
/obj/outfit/job/diplomatic_aide/sol
@@ -271,7 +271,7 @@
name = "Coalition Consular Officer"
backpack_contents = list(
/obj/item/device/camera = 1
/obj/item/camera = 1
)
/obj/outfit/job/diplomatic_bodyguard/coalition
@@ -110,7 +110,7 @@
uniform = /obj/item/clothing/under/skrell
backpack_contents = list(
/obj/item/device/camera = 1,
/obj/item/camera = 1,
/obj/item/storage/box/psireceiver = 1
)
@@ -106,7 +106,7 @@
name = "Izweski Hegemony Consular Officer"
uniform = /obj/item/clothing/under/unathi
backpack_contents = list(/obj/item/device/camera = 1)
backpack_contents = list(/obj/item/camera = 1)
/obj/outfit/job/representative/consular/izweski/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE)
if(H)
@@ -118,7 +118,7 @@
H.equip_to_slot_or_del(new /obj/item/clothing/suit/vaurca/breeder/klax(H), slot_wear_suit)
H.equip_to_slot_or_del(new /obj/item/storage/backpack/typec/klax(H), slot_back)
else if(H.is_diona())
H.equip_or_collect(new /obj/item/device/uv_light(src), slot_in_backpack)
H.equip_or_collect(new /obj/item/uv_light(src), slot_in_backpack)
else
H.equip_to_slot_or_del(new /obj/item/clothing/accessory/poncho/unathimantle(H), slot_wear_suit)
if(!visualsOnly)
@@ -89,7 +89,7 @@
mask = /obj/item/clothing/mask/gas/vaurca/filter
suit = /obj/item/clothing/suit/vaurca/breeder
backpack_contents = list(/obj/item/device/camera = 1) // Redefined so they do not inherit the extra energy pistol from the parent representative outfit.
backpack_contents = list(/obj/item/camera = 1) // Redefined so they do not inherit the extra energy pistol from the parent representative outfit.
/obj/outfit/job/representative/consular/zora/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE)
if(H)
@@ -192,7 +192,7 @@
mask = /obj/item/clothing/mask/gas/vaurca/filter
suit = /obj/item/clothing/suit/vaurca/breeder/klax
backpack_contents = list(/obj/item/device/camera = 1) // Redefined so they do not inherit the extra energy pistol from the parent representative outfit.
backpack_contents = list(/obj/item/camera = 1) // Redefined so they do not inherit the extra energy pistol from the parent representative outfit.
/obj/outfit/job/representative/consular/klax/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE)
if(H)
@@ -294,7 +294,7 @@
mask = /obj/item/clothing/mask/gas/vaurca/filter
suit = /obj/item/clothing/suit/vaurca/breeder/cthur
backpack_contents = list(/obj/item/device/camera = 1) // Redefined so they do not inherit the extra energy pistol from the parent representative outfit.
backpack_contents = list(/obj/item/camera = 1) // Redefined so they do not inherit the extra energy pistol from the parent representative outfit.
/obj/outfit/job/representative/consular/cthur/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE)
if(H)