From 99bc2f6b73265a533f57c158fd5cb6f8caf39b52 Mon Sep 17 00:00:00 2001 From: MatthewTheGlutton Date: Wed, 21 Aug 2019 00:01:43 -0700 Subject: [PATCH 1/2] Update manual. --- manual/manual.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manual/manual.adoc b/manual/manual.adoc index 340dc674..fdfd6435 100644 --- a/manual/manual.adoc +++ b/manual/manual.adoc @@ -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 finding _Bring on the Pain_ too challenging. | 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. -| 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, and killed monsters come back to life after around 40 seconds. |========================== From e8ac3e50786801fdfb5970e92bc9ae1255a0ff26 Mon Sep 17 00:00:00 2001 From: MatthewTheGlutton Date: Wed, 21 Aug 2019 00:04:58 -0700 Subject: [PATCH 2/2] Update skill definition text. --- graphics/text/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphics/text/config.py b/graphics/text/config.py index 5b83f89d..45815c67 100644 --- a/graphics/text/config.py +++ b/graphics/text/config.py @@ -105,8 +105,8 @@ red_graphics = { 'm_jkill': 'Please don\'t kill me!', 'm_rough': 'Will this hurt?', 'm_hurt': 'Bring on the pain.', - 'm_ultra': 'Extreme Carnage', - 'm_nmare': 'INSANITY!', + 'm_ultra': 'Extreme Carnage.', + 'm_nmare': 'MAYHEM!', 'm_lgttl': 'LOAD GAME', 'm_sgttl': 'SAVE GAME',