mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-02-12 07:01:21 +00:00
Add new random quote to exception dialog
This commit is contained in:
parent
9abce031d7
commit
4202b3ea58
1 changed files with 3 additions and 2 deletions
|
@ -132,8 +132,9 @@ namespace CodeImp.DoomBuilder.Windows
|
||||||
"Something happened",
|
"Something happened",
|
||||||
"The Device is Error",
|
"The Device is Error",
|
||||||
"Worship me, and I may yet be merciful... then again, maybe not.",
|
"Worship me, and I may yet be merciful... then again, maybe not.",
|
||||||
"EXTERMINATE"
|
"EXTERMINATE",
|
||||||
};
|
"What you spend years building may be destroyed overnight; build it anyway"
|
||||||
|
};
|
||||||
|
|
||||||
this.Text = titles[new Random().Next(0, titles.Length - 1)];
|
this.Text = titles[new Random().Next(0, titles.Length - 1)];
|
||||||
bContinue.Enabled = !isterminating;
|
bContinue.Enabled = !isterminating;
|
||||||
|
|
Loading…
Reference in a new issue