summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/player.cc')
-rw-r--r--crawl-ref/source/player.cc9
1 files changed, 5 insertions, 4 deletions
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index 09c925f2d2..da6f72f4a6 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -3824,10 +3824,11 @@ void jiyva_stat_action()
(*base_statp[stat_up_choice])++;
(*base_statp[stat_down_choice])--;
- mprf(MSGCH_GOD, "Jiyva's power touches on your attributes.");
- you.redraw_strength = true;
- you.redraw_intelligence = true;
- you.redraw_dexterity = true;
+ simple_god_message("'s power touches on your attributes.");
+
+ you.redraw_strength = true;
+ you.redraw_intelligence = true;
+ you.redraw_dexterity = true;
burden_change();
}