mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 00:23:29 +01:00
Fixes 12677 - depot self-destruct leaves loot behind
This commit is contained in:
@@ -113,6 +113,8 @@
|
||||
depotarea.updateicon()
|
||||
|
||||
for(var/obj/structure/closet/L in range(30, T))
|
||||
for(var/obj/O in L)
|
||||
qdel(O)
|
||||
L.open()
|
||||
for(var/mob/living/M in range(30, T))
|
||||
M.gib()
|
||||
|
||||
Reference in New Issue
Block a user