mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2025-01-30 20:50:41 +00:00
Some flavor text edits
This commit is contained in:
parent
4248e51363
commit
5d4f82ad1f
1 changed files with 0 additions and 6 deletions
|
@ -64,9 +64,6 @@ namespace CodeImp.DoomBuilder.GZBuilder.Windows
|
|||
"Resynching...",
|
||||
"You have been banned from the server.",
|
||||
"SIGSEGV - segment violation",
|
||||
"SIGFPE - mathematical exception",
|
||||
"SIGILL - illegal instruction - invalid function image",
|
||||
"SIGABRT - abnormal termination triggered by abort call",
|
||||
"I'm putting my foot down.",
|
||||
"All of this is over. You will be left with ashes.",
|
||||
"[Eggman laughing]",
|
||||
|
@ -74,14 +71,11 @@ namespace CodeImp.DoomBuilder.GZBuilder.Windows
|
|||
"[Dying]",
|
||||
"I'm outta here...",
|
||||
"GAME OVER",
|
||||
"TIME OVER",
|
||||
"SONIC MADE A BAD FUTURE IN Zone Builder",
|
||||
":dramahog:",
|
||||
"Sonic arrived just in time to see what little of the 'ruins' were left.",
|
||||
"The natural beauty of the zone had been obliterated.",
|
||||
"some doofus gave us an empty string?",
|
||||
"unfortunate player falls into spike?!",
|
||||
"Connection lost",
|
||||
"Ack! Metal Sonic shouldn't die! Cut the tape, end recording!",
|
||||
};
|
||||
this.Text = titles[new Random().Next(0, titles.Length - 1)];
|
||||
|
|
Loading…
Reference in a new issue