summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/mutation.cc6
-rw-r--r--crawl-ref/source/religion.cc4
2 files changed, 6 insertions, 4 deletions
diff --git a/crawl-ref/source/mutation.cc b/crawl-ref/source/mutation.cc
index 04979117f7..19e9191c8e 100644
--- a/crawl-ref/source/mutation.cc
+++ b/crawl-ref/source/mutation.cc
@@ -603,8 +603,8 @@ const char *lose_mutation[][3] = {
{"You feel weaker.", "You feel weaker.", "You feel weaker."},
- {"You feel less intelligent.", "You feel less intelligent",
- "You feel less intelligent"},
+ {"You feel less intelligent.", "You feel less intelligent.",
+ "You feel less intelligent."},
{"You feel clumsy.", "You feel clumsy.", "You feel clumsy."},
@@ -1975,6 +1975,8 @@ bool delete_mutation(mutation_type which_mutation, bool force)
case MUT_BLACK_SCALES:
case MUT_BONEY_PLATES:
modify_stat(STAT_DEXTERITY, 1, true);
+ mpr(lose_mutation[mutat][you.mutation[mutat] - 1], MSGCH_MUTATION);
+ break;
case MUT_CLAWS:
mpr((you.species == SP_TROLL ? troll_claw_lose
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index a06210368e..9b8a28aad6 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -750,7 +750,7 @@ static bool confirm_pray_sacrifice()
if (Options.stash_tracking == STM_EXPLICIT
&& is_stash(you.x_pos, you.y_pos))
{
- mpr("You can't sacrifice explictly marked stashes.");
+ mpr("You can't sacrifice explicitly marked stashes.");
return false;
}
@@ -2059,7 +2059,7 @@ static bool trog_retribution()
// A collection of physical effects that might be better
// suited to Trog than wild fire magic... messages could
// be better here... something more along the lines of apathy
- // or loss of rage to go with the anti-berzerk effect-- bwr
+ // or loss of rage to go with the anti-berserk effect-- bwr
switch (random2(6))
{
case 0: