mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
@@ -75,9 +75,9 @@
|
||||
update_icon()
|
||||
|
||||
/obj/structure/cart/storage/engineeringcart/Destroy()
|
||||
QDEL_NULL(my_glass)
|
||||
QDEL_NULL(my_metal)
|
||||
QDEL_NULL(my_plasteel)
|
||||
QDEL_LIST(my_glass)
|
||||
QDEL_LIST(my_metal)
|
||||
QDEL_LIST(my_plasteel)
|
||||
QDEL_NULL(my_lightreplacer)
|
||||
QDEL_NULL(my_blue_toolbox)
|
||||
QDEL_NULL(my_yellow_toolbox)
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
update_icon()
|
||||
|
||||
/obj/structure/cart/storage/parcelcart/Destroy()
|
||||
QDEL_NULL(my_parcels)
|
||||
QDEL_LIST(my_parcels)
|
||||
return ..()
|
||||
|
||||
/obj/structure/cart/storage/parcelcart/attackby(obj/item/attacking_item, mob/user)
|
||||
|
||||
Reference in New Issue
Block a user