A couple toilet tweaks and fixes (#6983)

This commit is contained in:
Verkister
2023-09-18 17:43:20 +02:00
committed by GitHub
parent 7796ec339d
commit e2db548b9b
3 changed files with 53 additions and 25 deletions
+1 -1
View File
@@ -463,7 +463,7 @@ var/global/list/obj/item/device/pda/PDAs = list()
/obj/item/device/pda/Destroy()
PDAs -= src
if (src.id && prob(100) && !delete_id) //IDs are kept in 90% of the cases //VOREStation Edit - 100% of the cases, excpet when specified otherwise
if (src.id && !delete_id && src.id.loc == src) //CHOMPEdit
src.id.forceMove(get_turf(src.loc))
else
QDEL_NULL(src.id)