Skip to content

Commit

Permalink
fixes maps
Browse files Browse the repository at this point in the history
  • Loading branch information
dwasint committed Jul 3, 2024
1 parent 15af64f commit 4142a61
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions code/modules/escape_menu/home_page.dm
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,12 @@
redirect = "DeltaStation"
if("Tramstation")
redirect = "TramStation"
if("Blueshift")
redirect = "Blueshift"
if("Ouroboros")
redirect = "Ouroboros"
if("Void Raptor")
redirect = "VoidRaptor"
if(client)
client << link("https://maps.monkestation.com/Monke/[redirect]/")

Expand Down

0 comments on commit 4142a61

Please sign in to comment.