Tweak exception lines

This commit is contained in:
spherallic 2023-04-23 23:59:42 +02:00
parent dde06fa12c
commit a47e529dbe

View file

@ -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)];
} }