[MIRROR] runtime fix for borgs cryoing with upgrade modules + no more mmi laying around after they cryo, and various other runtime fixes [MDB IGNORE] (#8975)

* runtime fix for borgs cryoing with upgrade modules + no more mmi laying around after they cryo, and various other runtime fixes

* Fixing conflicts

Co-authored-by: Seris02 <49109742+Seris02@users.noreply.github.com>
Co-authored-by: GoldenAlpharex <jerego1234@hotmail.com>
This commit is contained in:
SkyratBot
2021-10-23 00:25:25 +01:00
committed by GitHub
co-authored by Seris02 GoldenAlpharex
parent 9cf56ea54f
commit 404a603dc2
30 changed files with 79 additions and 52 deletions
+1 -1
View File
@@ -93,7 +93,7 @@
/obj/structure/ore_box/deconstruct(disassembled = TRUE, mob/user)
var/obj/item/stack/sheet/mineral/wood/WD = new (loc, 4)
if(user)
if(user && !QDELETED(WD))
WD.add_fingerprint(user)
dump_box_contents()
qdel(src)