From cdd501fcf0c5bcf14744e6c8cc6ad9b13e30bcc8 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Sun, 8 Nov 2009 22:19:59 -0600 Subject: Scale up the power of Beogh's dancing weapons. --- crawl-ref/source/godwrath.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source') diff --git a/crawl-ref/source/godwrath.cc b/crawl-ref/source/godwrath.cc index 585b1a059d..a669774d5c 100644 --- a/crawl-ref/source/godwrath.cc +++ b/crawl-ref/source/godwrath.cc @@ -674,7 +674,7 @@ static bool _beogh_retribution() menv[mon].flags |= MF_HARD_RESET; ghost_demon newstats; - newstats.init_dancing_weapon(wpn, you.experience_level); + newstats.init_dancing_weapon(wpn, you.experience_level * 5); menv[mon].set_ghost(newstats); menv[mon].dancing_weapon_init(); -- cgit v1.2.3-54-g00ecf