Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 9c98b5e

Browse files
authored
Update vr_human.dm (#21813)
1 parent 940f368 commit 9c98b5e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

code/modules/VR/vr_human.dm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
/mob/living/carbon/human/virtual_reality/Destroy()
2121
revert_to_reality()
2222
for(var/obj/item/I in get_all_contents())
23+
if(I.item_flags & ABSTRACT)
24+
continue
2325
dropItemToGround(I, TRUE, TRUE)
2426
return ..()
2527

0 commit comments

Comments
 (0)