mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2025-01-30 20:50:41 +00:00
Tweak exception lines
This commit is contained in:
parent
dde06fa12c
commit
a47e529dbe
1 changed files with 6 additions and 2 deletions
|
@ -64,8 +64,6 @@ namespace CodeImp.DoomBuilder.GZBuilder.Windows
|
||||||
"Resynching...",
|
"Resynching...",
|
||||||
"You have been banned from the server.",
|
"You have been banned from the server.",
|
||||||
"SIGSEGV - segment violation",
|
"SIGSEGV - segment violation",
|
||||||
"I'm putting my foot down.",
|
|
||||||
"All of this is over. You will be left with ashes.",
|
|
||||||
"[Eggman laughing]",
|
"[Eggman laughing]",
|
||||||
"[Armageddon pow]",
|
"[Armageddon pow]",
|
||||||
"[Dying]",
|
"[Dying]",
|
||||||
|
@ -74,9 +72,15 @@ namespace CodeImp.DoomBuilder.GZBuilder.Windows
|
||||||
"SONIC MADE A BAD FUTURE IN Zone Builder",
|
"SONIC MADE A BAD FUTURE IN Zone Builder",
|
||||||
"Sonic arrived just in time to see what little of the 'ruins' were left.",
|
"Sonic arrived just in time to see what little of the 'ruins' were left.",
|
||||||
"The natural beauty of the zone had been obliterated.",
|
"The natural beauty of the zone had been obliterated.",
|
||||||
|
"I'm putting my foot down.",
|
||||||
|
"All of this is over. You will be left with ashes.",
|
||||||
"some doofus gave us an empty string?",
|
"some doofus gave us an empty string?",
|
||||||
"unfortunate player falls into spike?!",
|
"unfortunate player falls into spike?!",
|
||||||
"Ack! Metal Sonic shouldn't die! Cut the tape, end recording!",
|
"Ack! Metal Sonic shouldn't die! Cut the tape, end recording!",
|
||||||
|
"ALL YOUR RINGS ARE BELONG TO US!",
|
||||||
|
"Hohohoho!! *B^D",
|
||||||
|
"So that's it. I was so busy playing SRB2 I never noticed... but... everything's gone...",
|
||||||
|
"Tails! You made the engines quit!"
|
||||||
};
|
};
|
||||||
this.Text = titles[new Random().Next(0, titles.Length - 1)];
|
this.Text = titles[new Random().Next(0, titles.Length - 1)];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue