Merge pull request #9388 from VOREStation/Verkister-patch-6

Gurgled PDA ID floor drop fix, borgo belly edition
This commit is contained in:
Verkister
2020-11-30 13:06:36 +02:00
committed by GitHub
@@ -5,6 +5,10 @@
// Ye default implementation.
/obj/item/proc/digest_act(atom/movable/item_storage = null)
if(istype(item_storage, /obj/item/device/dogborg/sleeper))
if(istype(src, /obj/item/device/pda))
var/obj/item/device/pda/P = src
if(P.id)
P.id = null
for(var/obj/item/O in contents)
if(istype(O, /obj/item/weapon/storage/internal)) //Dump contents from dummy pockets.
for(var/obj/item/SO in O)