Skip to content

Commit

Permalink
Add webmap urls (#1250)
Browse files Browse the repository at this point in the history
## Что этот PR делает
Добавлены ссылки на нормальные интерактивные карты -
https://webmap.affectedarc07.co.uk/

## Changelog

:cl:
add: Теперь, если вы нажмёте на кнопку "Карта" справа сверху, вам
предложит открыть в браузере интерактивную карту, на которой сейчас
проходит раунд
/:cl:
  • Loading branch information
AyIong authored May 24, 2024
1 parent 463a9a0 commit 7b5b440
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modular_ss220/maps220/code/Station/station_datums.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
fluff_name = "ИСН Кибериада"
technical_name = "Cyberiad220"
map_path = "_maps/map_files220/stations/boxstation.dmm"
webmap_url = "https://discord.com/channels/1097181193939730453/1097543419586428989/1178708893128478873/"
webmap_url = "https://webmap.affectedarc07.co.uk/maps/ss220/boxstation/"

/datum/map/deltastation
fluff_name = "ИСН Керберос"
technical_name = "Delta220"
map_path = "_maps/map_files220/stations/deltastation.dmm"
webmap_url = "https://discord.com/channels/1097181193939730453/1097543419586428989/1178708969389293648/"
webmap_url = "https://webmap.affectedarc07.co.uk/maps/ss220/deltastation/"

/datum/map/metastation
fluff_name = "ИСН Цереброн"
technical_name = "MetaStation220"
map_path = "_maps/map_files220/stations/metastation.dmm"
webmap_url = "https://discord.com/channels/1097181193939730453/1097543419586428989/1178709032974950460/"
webmap_url = "https://webmap.affectedarc07.co.uk/maps/ss220/metastation/"

/datum/map/cerestation
voteable = FALSE

0 comments on commit 7b5b440

Please sign in to comment.