From 1629d46baaf39a1ce8767a67b1b9f9b46b6e4318 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Thu, 1 Nov 2007 11:56:46 +0000 Subject: Committing patch 1822279, 1821680 and 1821019 by dolorous. (Mutation and typo fixes.) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.3@2714 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/mutation.cc | 6 ++++-- crawl-ref/source/religion.cc | 4 ++-- 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: -- cgit v1.2.3-54-g00ecf