summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2007-11-01 11:56:46 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2007-11-01 11:56:46 +0000
commit1629d46baaf39a1ce8767a67b1b9f9b46b6e4318 (patch)
tree9b42de0e8818f8e6317c5b023020745432c1de66
parent600e50a29764614b4bd38a3031d3ddb555084a25 (diff)
downloadcrawl-ref-1629d46baaf39a1ce8767a67b1b9f9b46b6e4318.tar.gz
crawl-ref-1629d46baaf39a1ce8767a67b1b9f9b46b6e4318.zip
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
-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: