Skip to content

Commit

Permalink
Everyone can see Comms on minimap now
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben10083 committed Jul 25, 2023
1 parent b0e36c4 commit 9342661
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 9342661

Please sign in to comment.