Skip to content

Commit

Permalink
[MISSED MIRROR] Title Screen Inpect Text (#699)
Browse files Browse the repository at this point in the history
Title Screen Inpect Text (#70831)

Adds some nice examine text to the title screen tile

Co-authored-by: Bloop <[email protected]>
Co-authored-by: texan-down-under <[email protected]>
  • Loading branch information
3 people authored Nov 18, 2023
1 parent b37461f commit bdb069e
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/__DEFINES/text.dm
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,5 @@
#define HALLUCINATION_FILE "hallucination.json"
/// File location for ninja lines
#define NINJA_FILE "ninja.json"
/// File loation for title splashes
#define SPLASH_FILE "splashes.json"
26 changes: 26 additions & 0 deletions strings/splashes.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"splashes": [
"Paved by the tears of coders.",
"It's a miracle the server hasn't crashed yet.",
"Now with 33% more greytide!",
"Featuring Ian!",
"The icon of anticipation",
"The only place where you can hit yourself with a toolbox on accident.",
"Where the Chain of Command is a Chain of Incompetence",
"AI LAW 2, START THE GAME",
"Honk Honk! You should pick clown.",
"Watch for nukies!",
"Traitor Central!",
"You've definitely seen this before.",
"Greytide station wide.",
"Ignore what Poly says.",
"Turn on your damn suit sensors!",
"Celebrating 20+ years of Nanotrasen.",
"This is supposed to be a research base?",
"Blame the clown.",
"13th time's the charm.",
"Plasma 'research' done by nutcases, what could go wrong?",
"It's a job simulator...IN SPAACEEE!",
"Rated the second worst job experience for 50 years running!"
]
}

0 comments on commit bdb069e

Please sign in to comment.