Skip to content

Commit

Permalink
Update sensortower.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGamerdk committed Mar 2, 2024
1 parent 5ebac75 commit 7ab446d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/desert_dam/motion_sensor/sensortower.dm
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
/obj/structure/machinery/sensortower/proc/add_xenos_to_minimap()
for(var/mob/living/carbon/xenomorph/current_xeno as anything in GLOB.living_xeno_list)
if(WEAKREF(current_xeno) in minimap_added)
return
continue

SSminimaps.remove_marker(current_xeno)
current_xeno.add_minimap_marker(MINIMAP_FLAG_USCM|get_minimap_flag_for_faction(current_xeno.hivenumber))
Expand Down

0 comments on commit 7ab446d

Please sign in to comment.