summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godwrath.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/godwrath.cc')
-rw-r--r--crawl-ref/source/godwrath.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/godwrath.cc b/crawl-ref/source/godwrath.cc
index a669774d5c..813c5debd4 100644
--- a/crawl-ref/source/godwrath.cc
+++ b/crawl-ref/source/godwrath.cc
@@ -674,7 +674,8 @@ static bool _beogh_retribution()
menv[mon].flags |= MF_HARD_RESET;
ghost_demon newstats;
- newstats.init_dancing_weapon(wpn, you.experience_level * 5);
+ newstats.init_dancing_weapon(wpn,
+ you.experience_level * 50 / 9);
menv[mon].set_ghost(newstats);
menv[mon].dancing_weapon_init();