Skip to content

Commit

Permalink
just test
Browse files Browse the repository at this point in the history
  • Loading branch information
Lumipharon committed Sep 24, 2023
1 parent c8e9483 commit 6efb625
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions code/modules/vehicles/unmanned/unmanned_vehicle.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6efb625

Please sign in to comment.