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

Raisin Bran(ding update) #16

Merged
merged 1 commit into from
Dec 19, 2023
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/world.dm
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
view = "15x15"
hub = "Exadv1.spacestation13"
hub_password = "kMZy3U5jJHSiBQjr"
name = "Shiptest 13"
name = "STARFLY 13"
fps = 20
#ifdef FIND_REF_NO_CHECK_TICK
loop_checks = FALSE
Expand Down
8 changes: 6 additions & 2 deletions config/motd.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<!-- Most valid html will work in here, excluding images. -->

<h1>Welcome to Shiptest!</h1>
<h1>Welcome to STARFLY 13 Public Preview!</h1>

<i>This server is running a Shiptest Git build.</i>
<i>This server is running a Shiptest Git build, found <a href="https://github.com/Starfly-13/STARFLY-13" alt="STARFLY 13 GitHub">here</a>.</i>
<br>
<i>We are a M/HRP server that features our own take on the Space Station 13 lore, combining ideas from Aurorastation, Baystation, Paradise Station, and Shiptest with our own original content. Our wiki will be up in the near future - please stay tuned!</i>
<br>
<b><i>Keep up with development on our <a href="https://discord.gg/aCU5gY9EnK" alt="STARFLY 13 Discord" title="Join the STARFLY 13 Discord server today!">Discord server!</a></i></b>
2 changes: 1 addition & 1 deletion strings/ion_laws.json
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@
"MONKEYS",
"POD PEOPLE",
"CYBORGS",
"SARATHI",
"UNATHI",
"PLASMAMEN",
"SLIME PEOPLE",
"GOLEMS",
Expand Down
2 changes: 1 addition & 1 deletion tgui/packages/tgui/interfaces/ScannerGate.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const TARGET_SPECIES_LIST = [
value: 'human',
},
{
name: 'Sarathi',
name: 'Unathi',
value: 'lizard',
},
{
Expand Down
Loading