mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-16 18:36:43 +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:
@@ -321,8 +321,8 @@
|
||||
return 1
|
||||
|
||||
if (M.l_ear || M.r_ear)
|
||||
var/obj/item/device/radio/headset/dongle
|
||||
if(istype(M.l_ear,/obj/item/device/radio/headset))
|
||||
var/obj/item/radio/headset/dongle
|
||||
if(istype(M.l_ear,/obj/item/radio/headset))
|
||||
dongle = M.l_ear
|
||||
else
|
||||
dongle = M.r_ear
|
||||
|
||||
Reference in New Issue
Block a user