Skip to content

Commit

Permalink
Everyone can see Comms on Minimap now (#3995)
Browse files Browse the repository at this point in the history
# About the pull request

Comms no longer only on USMC minimap, now shown for all. (esp Xenos)

# Explain why it's good for the game

With PR #3985, Xenos now need to know where comms are. As such, it makes
sense for minimap to allow for more people to see the comms. I set it so
ALL can see it, but if we want it so only USMC and Xenos can see it,
that can be done.

# Changelog
:cl:
ui: Xenos (and others) now see comms relays on minimap
/:cl:
  • Loading branch information
Ben10083 committed Jul 26, 2023
1 parent dd643a8 commit dd9d87f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/telecomms/presets.dm
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
. = ..()

if(z)
SSminimaps.add_marker(src, z, MINIMAP_FLAG_USCM, "supply")
SSminimaps.add_marker(src, z, MINIMAP_FLAG_ALL, "supply")

// doesn't need power, instead uses health
/obj/structure/machinery/telecomms/relay/preset/tower/inoperable(additional_flags)
Expand Down

0 comments on commit dd9d87f

Please sign in to comment.