summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spl-cast.cc')
-rw-r--r--crawl-ref/source/spl-cast.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/spl-cast.cc b/crawl-ref/source/spl-cast.cc
index b6617d6779..6759fa9e77 100644
--- a/crawl-ref/source/spl-cast.cc
+++ b/crawl-ref/source/spl-cast.cc
@@ -1419,7 +1419,7 @@ spret_type your_spells(spell_type spell, int powc, bool allow_fail)
// Summoning spells, and other spells that create new monsters.
// If a god is making you cast one of these spells, any monsters
- // produced (with a few exceptions) will count as god gifts.
+ // produced will count as god gifts.
case SPELL_SUMMON_BUTTERFLIES:
cast_summon_butterflies(powc, god_gift);
break;
@@ -3709,8 +3709,8 @@ static void _miscast_poison(int severity, const char* cause)
// force_effect: This forces a certain severity of effect to occur. It
// can be disabled by being set to 100.
//
-// If a god is making you miscast, any monsters produced (with a few
-// exceptions) will count as god gifts.
+// If a god is making you miscast, any monsters produced will count as
+// god gifts.
void miscast_effect(unsigned int sp_type, int mag_pow, int mag_fail,
int force_effect, const char *cause)
{