Merge pull request #585 from MatthewTheGlutton/master

Fixes to the skill levels
This commit is contained in:
Mike Swanson 2019-08-21 01:38:22 -07:00 committed by GitHub
commit 2e705d3e0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -105,8 +105,8 @@ red_graphics = {
'm_jkill': 'Please don\'t kill me!', 'm_jkill': 'Please don\'t kill me!',
'm_rough': 'Will this hurt?', 'm_rough': 'Will this hurt?',
'm_hurt': 'Bring on the pain.', 'm_hurt': 'Bring on the pain.',
'm_ultra': 'Extreme Carnage', 'm_ultra': 'Extreme Carnage.',
'm_nmare': 'INSANITY!', 'm_nmare': 'MAYHEM!',
'm_lgttl': 'LOAD GAME', 'm_lgttl': 'LOAD GAME',
'm_sgttl': 'SAVE GAME', 'm_sgttl': 'SAVE GAME',

View file

@ -89,9 +89,9 @@ effectively the same as _Will This Hurt?_, except that damage is halved.
| 2 | **Will This Hurt?** | Easy skill level, a good choice if you're | 2 | **Will This Hurt?** | Easy skill level, a good choice if you're
finding _Bring on the Pain_ too challenging. finding _Bring on the Pain_ too challenging.
| 3 | **Bring on the Pain.** | The default skill level. | 3 | **Bring on the Pain.** | The default skill level.
| 4 | **Extreme Carnage** | A more challenging skill level, suited more | 4 | **Extreme Carnage.** | A more challenging skill level, suited more
for experienced players and people in search of a challenge. for experienced players and people in search of a challenge.
| 5 | **INSANITY!** | **Not Recommended**. This is equivalent to | 5 | **MAYHEM!** | **Not Recommended**. This is equivalent to
_Extreme Carnage_ except that monster attacks are up to twice as fast, _Extreme Carnage_ except that monster attacks are up to twice as fast,
and killed monsters come back to life after around 40 seconds. and killed monsters come back to life after around 40 seconds.
|========================== |==========================