mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 05:51:56 +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:
@@ -152,8 +152,8 @@ SUBSYSTEM_DEF(virtualreality)
|
||||
var/mob/living/simple_animal/spiderbot/SB = target
|
||||
SB.internal_id.access = original_id.access
|
||||
// Update radio
|
||||
var/obj/item/device/encryptionkey/Key = spider.radio.keyslot
|
||||
var/obj/item/device/radio/Radio = M.get_radio()
|
||||
var/obj/item/encryptionkey/Key = spider.radio.keyslot
|
||||
var/obj/item/radio/Radio = M.get_radio()
|
||||
if(Key && Radio)
|
||||
Key.channels = Radio.channels
|
||||
spider.radio.recalculateChannels()
|
||||
|
||||
Reference in New Issue
Block a user