Kills off /obj/item/device (#6561)
This commit is contained in:
@@ -825,8 +825,8 @@
|
||||
break
|
||||
search_id = 0
|
||||
|
||||
else if( search_pda && istype(A, /obj/item/device/pda) )
|
||||
var/obj/item/device/pda/PDA = A
|
||||
else if( search_pda && istype(A, /obj/item/pda) )
|
||||
var/obj/item/pda/PDA = A
|
||||
if(PDA.owner == oldname)
|
||||
PDA.owner = newname
|
||||
PDA.update_label()
|
||||
|
||||
Reference in New Issue
Block a user