From 282c4c46c0b2e413e1ad3b0bfb62db6fd1802d00 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Sun, 8 Nov 2009 22:23:51 -0600 Subject: Tweak the power of Beogh's dancing weapons again to match the maximum. --- crawl-ref/source/godwrath.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source') 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(); -- cgit v1.2.3-54-g00ecf