Skip to content

Commit

Permalink
Makes sensor tower a bit more robust (#5871)
Browse files Browse the repository at this point in the history
# About the pull request

We have NO idea who broke this, Git blame is broken ;)))

# Explain why it's good for the game
# Testing Photographs and Procedure
<details>
<summary>Screenshots & Videos</summary>

Put screenshots and videos here with an empty line between the
screenshots and the `<details>` tags.

</details>


# Changelog
:cl:
fix: Sensor tower no longer ignores half the hive
/:cl:
  • Loading branch information
TheGamerdk committed Mar 3, 2024
1 parent 19b9610 commit 902bbde
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 902bbde

Please sign in to comment.