Merge pull request #3880 from Verkister/vsedits

Couple VS edit fixes.
This commit is contained in:
Aronai Sieyes
2018-06-15 09:12:30 -04:00
committed by GitHub
2 changed files with 6 additions and 0 deletions

View File

@@ -362,6 +362,8 @@
qdel(R.mmi)
for(var/obj/item/I in R.module) // the tools the borg has; metal, glass, guns etc
for(var/mob/M in I) //VOREStation edit
despawn_occupant(M)
for(var/obj/item/O in I) // the things inside the tools, if anything; mainly for janiborg trash bags
O.forceMove(R)
qdel(I)