Skip to content

Commit

Permalink
Update unmanned_vehicle.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Helg2 committed Aug 29, 2024
1 parent 8d1e8e0 commit 14f0e29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/vehicles/unmanned/unmanned_vehicle.dm
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
name += " " + num2text(serial)
serial++
flash = new /atom/movable/vis_obj/effect/muzzle_flash(src)
GLOB.unmanned_vehicles += src
if(!is_centcom_level(loc.z))
GLOB.unmanned_vehicles += src
prepare_huds()
for(var/datum/atom_hud/squad/sentry_status_hud in GLOB.huds) //Add to the squad HUD
sentry_status_hud.add_to_hud(src)
Expand Down

0 comments on commit 14f0e29

Please sign in to comment.