summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/dat/descript/spells.txt2
-rw-r--r--crawl-ref/source/spl-cast.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/dat/descript/spells.txt b/crawl-ref/source/dat/descript/spells.txt
index 260dd97757..db5e391980 100644
--- a/crawl-ref/source/dat/descript/spells.txt
+++ b/crawl-ref/source/dat/descript/spells.txt
@@ -113,7 +113,7 @@ This spell releases a massive electrical discharge that arcs from target to targ
%%%%
Cigotuvi's Degeneration
-This spell mutates one creature into a pulsating mass of flesh.
+This spell transforms one creature into a pulsating mass of flesh.
%%%%
Condensation Shield
diff --git a/crawl-ref/source/spl-cast.cc b/crawl-ref/source/spl-cast.cc
index 715e0583ad..3fed232a04 100644
--- a/crawl-ref/source/spl-cast.cc
+++ b/crawl-ref/source/spl-cast.cc
@@ -1597,7 +1597,7 @@ spret_type your_spells( spell_type spell, int powc, bool allow_fail )
case SPELL_ALTER_SELF:
// trying is already enough, even if it fails
did_god_conduct(DID_DELIBERATE_MUTATING, 10);
-
+
crawl_state.cant_cmd_repeat("You can't repeat alter self.");
if (!enough_hp( you.hp_max / 2, true ))
{