mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-31 01:00:59 +01:00
[MIRROR] bunch of unhandled refs (#9905)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Kashargul
parent
996493192a
commit
e6bb9c3f94
@@ -498,7 +498,9 @@ var/global/list/obj/item/pda/PDAs = list()
|
||||
|
||||
/obj/item/pda/Destroy()
|
||||
PDAs -= src
|
||||
if (src.id && !delete_id && src.id.loc == src) //CHOMPEdit
|
||||
if(id.loc != src)
|
||||
id = null
|
||||
if (src.id && !delete_id)
|
||||
src.id.forceMove(get_turf(src.loc))
|
||||
else
|
||||
QDEL_NULL(src.id)
|
||||
|
||||
Reference in New Issue
Block a user