Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DOOM committed Jul 3, 2023
1 parent e21b083 commit 4cf8abf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/controllers/subsystem/minimap.dm
Original file line number Diff line number Diff line change
Expand Up @@ -572,10 +572,10 @@ SUBSYSTEM_DEF(minimaps)
var/paygrade = get_paygrades(id.paygrade, FALSE, H.gender)
signed = "[paygrade] [id.registered_name]"

var/href_map = "<a href='?MapView=\ref[canvas_image]'>View Tacitcal Map</a><br><br>"
var/href_map = "<a href='?MapView=\ref[canvas_image]'>View Tactical Map</a><br><br>"
var/outgoing_message = href_map + input

message_admins("[key_name(user)] has made a tacitcal map announcement.")
message_admins("[key_name(user)] has made a tactical map announcement.")
log_announcement("[key_name(user)] has announced the following: [outgoing_message]")

//hardcoded testing, PROGRESS!
Expand Down

0 comments on commit 4cf8abf

Please sign in to comment.