From 6efb625e749e5f6b167bdb34a4c9f4cc1a75e320 Mon Sep 17 00:00:00 2001 From: Lumipharon Date: Mon, 25 Sep 2023 11:43:21 +1300 Subject: [PATCH] just test --- code/modules/vehicles/unmanned/unmanned_vehicle.dm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/modules/vehicles/unmanned/unmanned_vehicle.dm b/code/modules/vehicles/unmanned/unmanned_vehicle.dm index c1392a5cb97a1..a78cd839776b5 100644 --- a/code/modules/vehicles/unmanned/unmanned_vehicle.dm +++ b/code/modules/vehicles/unmanned/unmanned_vehicle.dm @@ -71,12 +71,13 @@ max_rounds = initial(spawn_equipped_type.max_rounds) update_icon() hud_set_uav_ammo() - SSminimaps.add_marker(src, MINIMAP_FLAG_MARINE, image('icons/UI_icons/map_blips.dmi', null, "uav")) + //SSminimaps.add_marker(src, MINIMAP_FLAG_MARINE, image('icons/UI_icons/map_blips.dmi', null, "uav")) /obj/vehicle/unmanned/Destroy() - . = ..() GLOB.unmanned_vehicles -= src QDEL_NULL(flash) + QDEL_NULL(in_chamber) + return ..() /obj/vehicle/unmanned/obj_destruction() robogibs(src)