summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/describe.cc')
-rw-r--r--crawl-ref/source/describe.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index 81b8b97fc0..157fd8e490 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -6709,9 +6709,6 @@ void describe_god( int which_god, bool give_title )
if (you.piety >= 75)
cprintf( "During prayer you have some protection from summoned creatures." EOL );
-
- if (you.piety >= 100)
- print_god_abil_desc( ABIL_VEHUMET_CHANNEL_ENERGY );
break;
@@ -6751,11 +6748,14 @@ void describe_god( int which_god, bool give_title )
break;
case GOD_SIF_MUNA:
- if (you.piety >= 50)
- print_god_abil_desc( ABIL_SIF_MUNA_FORGET_SPELL );
+ if (you.piety >= 30)
+ print_god_abil_desc( ABIL_SIF_MUNA_CHANNEL_ENERGY );
else
cprintf( "None." EOL );
+ if (you.piety >= 50)
+ print_god_abil_desc( ABIL_SIF_MUNA_FORGET_SPELL );
+
if (you.piety >= 100)
cprintf( "You are protected from some side-effects of spellcasting." EOL );
break;