mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 04:25:45 -04:00
dehacked: fix quit messages.
The messages hadn't been checked for length. Fortunately caught relatively early because the only string that shows up in vanilla (and thus would cause a crash) is also one of the longest ones. I've also amended two things in the text itself: 1. big burly violent guy who's all about freedom and blaming scientists for things is...... not something that's aged well. And when a corporation is involved you know it's the investors pushing for the bad thing and not the actual researchers on the ground. 2. that other quit message literally reads like you're goading someone into suicide IRL, in the current environment where everybody's depressed and a lot of us have lost important people to plague or war or medical neglect or workplace accidents or violent bigotry or any combination thereof. I've taken the liberty to rephrase it so the emphasis is on what I think was intended. Threw in a replacement for "exit to DOS" as well.
This commit is contained in:
parent
9621c2fbf7
commit
944b790c93
1 changed files with 11 additions and 10 deletions
|
@ -656,21 +656,22 @@ OB_MPTELEFRAG=%o stood where %k was teleporting.
|
|||
OB_RAILGUN=%o was railed by %k.
|
||||
OB_MPBFG_MBF=%o had %p ass kicked by %k's SKAG!
|
||||
# Quit messages.
|
||||
QUITMSG = AGM's scientists are planning an even worse nightmare.\nPress Y if you don't care.
|
||||
DOSY = (Press Y to exit the program.)
|
||||
QUITMSG = AGM's investors are planning\nan even worse nightmare.\nPress Y if you don't care.
|
||||
QUITMSG1 = Why would you...
|
||||
QUITMSG2 = Hey buddy, there's still much work to be done.\nAre you truly sure you want to quit?
|
||||
QUITMSG3 = Press N to keep annihilating aliens.\nPress Y to surrender.
|
||||
QUITMSG2 = Hey buddy, there's still\nwork to be done.\nAre you sure you want to quit?
|
||||
QUITMSG3 = Press N to keep\nannihilating aliens.\nPress Y to surrender.
|
||||
QUITMSG4 = I wouldn't press Y if I were you.\nSocial media is much worse.
|
||||
QUITMSG5 = If you leave now, it's over.
|
||||
QUITMSG6 = If you give up, this fight will never end.\nWe still need you to restore our freedom.
|
||||
QUITMSG6 = If you give up, this\nfight will never end.\n\We still need you\nto restore our freedom.
|
||||
QUITMSG7 = They'll never rest.\nWill you rest?
|
||||
QUITMSG8 = What do you do with your life?
|
||||
QUITMSG9 = Don't press Y!\nThere's an army of zombies on your desktop!
|
||||
QUITMSG10 = All of your friends are dead.\nAre you sure you want to quit?
|
||||
QUITMSG11 = Press Y to let AGM decimate Earth with their monstrosities.
|
||||
QUITMSG12 = Don't quit!\nMonsters will kill you while you sleep.
|
||||
QUITMSG13 = Do you think you can walk away just like that?
|
||||
QUITMSG14 = Not even going to stay for Deathmatch?
|
||||
QUITMSG9 = Don't press Y!\nThere's an army of\nzombies on your desktop!
|
||||
QUITMSG10 = Your revenge is unsatisfied.\nAre you sure you want to quit?
|
||||
QUITMSG11 = Press Y to let AGM decimate\nEarth with their monstrosities.
|
||||
QUITMSG12 = Don't quit!\nMonsters will kill\nyou while you sleep.
|
||||
QUITMSG13 = Do you think you can\nwalk away just like that?
|
||||
QUITMSG14 = Not even going to\nstay for Deathmatch?
|
||||
|
||||
#ifdef PHASE1
|
||||
# Redefine the no-clipping cheats, so that IDCLIP may be used in Phase 1.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue