Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tweak: New name for star system #6386

Merged
merged 2 commits into from
Jan 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion code/modules/map_fluff/celestation.dm
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
dock_name = "NAV Trurl"
company_name = "Nanotrasen"
company_short = "NT"
starsys_name = "Epsilon Eridani"
starsys_name = "Epsilon Lucusta"
webmap_url = "https://webmap.affectedarc07.co.uk/maps/ss1984/celestation/"
2 changes: 1 addition & 1 deletion code/modules/map_fluff/cerestation.dm
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
dock_name = "NAV Trurl"
company_name = "Nanotrasen"
company_short = "NT"
starsys_name = "Epsilon Eridani"
starsys_name = "Epsilon Lucusta"
webmap_url = "https://webmap.affectedarc07.co.uk/maps/ss1984/cerestation/"
2 changes: 1 addition & 1 deletion code/modules/map_fluff/cyberiad.dm
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
dock_name = "NAV Trurl"
company_name = "Nanotrasen"
company_short = "NT"
starsys_name = "Epsilon Eridani "
starsys_name = "Epsilon Lucusta "
webmap_url = "https://webmap.affectedarc07.co.uk/maps/ss1984/cyberiad/"
2 changes: 1 addition & 1 deletion code/modules/map_fluff/delta.dm
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ Remapped by ThaumicNik, TrashDoxx, J4.BA, BeepBoop, mr_g, IceGreen, AlexRavenidz
dock_name = "NAV Trurl"
company_name = "Nanotrasen"
company_short = "NT"
starsys_name = "Epsilon Eridani "
starsys_name = "Epsilon Lucusta "
webmap_url = "https://webmap.affectedarc07.co.uk/maps/ss1984/deltastation/"
8 changes: 4 additions & 4 deletions code/modules/map_fluff/event.dm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
dock_name = "NAV Trurl"
company_name = "Nanotrasen"
company_short = "NT"
starsys_name = "Epsilon Eridani"
starsys_name = "Epsilon Lucusta"
webmap_url = "Optional"
admin_only = TRUE
*/
Expand Down Expand Up @@ -37,7 +37,7 @@
dock_name = "NAV Trurl"
company_name = "Nanotrasen"
company_short = "NT"
starsys_name = "Epsilon Eridani"
starsys_name = "Epsilon Lucusta"
admin_only = TRUE

/datum/map/delta_old
Expand All @@ -50,7 +50,7 @@
dock_name = "NAV Trurl"
company_name = "Nanotrasen"
company_short = "NT"
starsys_name = "Epsilon Eridani"
starsys_name = "Epsilon Lucusta"
admin_only = TRUE

/datum/map/coldcolony
Expand All @@ -64,5 +64,5 @@
dock_name = "NAV Trurl"
company_name = "Nanotrasen"
company_short = "NT"
starsys_name = "Epsilon Eridani"
starsys_name = "Epsilon Lucusta"
admin_only = TRUE
2 changes: 1 addition & 1 deletion code/modules/map_fluff/nova.dm
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
dock_name = "NAV Trurl"
company_name = "Nanotrasen"
company_short = "NT"
starsys_name = "Epsilon Eridani"
starsys_name = "Epsilon Lucusta"
webmap_url = "https://webmap.affectedarc07.co.uk/maps/ss1984/nova/"
2 changes: 1 addition & 1 deletion code/modules/paperwork/paper.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1570,7 +1570,7 @@
<td><center><font size=\"4\">Данные<BR>для<BR>доставки</font></center><td>\
<center><B><U><font size=\"4\">Получатель</font></U></B></center>\
<U>Наименование станции</U>: &#34;ННКСС <B>Тайпан</B>&#34;\
<BR><U>Наименование сектора</U>: Эпсилон Эридана\
<BR><U>Наименование сектора</U>: Эпсилон Лукусты\
</td></tr></table>\
</center><BR>В связи с отсутствием в стандартном перечени заказов прошу доставить следующее:\
<BR><ul><li><U><span class=\"paper_field\"></span></U></ul>\
Expand Down
Loading