mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
Merge pull request #16733 from Vi3trice/wheres-my-supersuit
Suit storage units drop their contents when destroyed
This commit is contained in:
@@ -284,11 +284,6 @@
|
||||
|
||||
/obj/machinery/suit_storage_unit/Destroy()
|
||||
SStgui.close_uis(wires)
|
||||
QDEL_NULL(suit)
|
||||
QDEL_NULL(helmet)
|
||||
QDEL_NULL(mask)
|
||||
QDEL_NULL(boots)
|
||||
QDEL_NULL(storage)
|
||||
QDEL_NULL(wires)
|
||||
return ..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user