summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godwrath.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-08 22:19:59 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-08 22:21:06 -0600
commitcdd501fcf0c5bcf14744e6c8cc6ad9b13e30bcc8 (patch)
tree427d034b79ca389db1bd16825f8e0b5ffd0783f4 /crawl-ref/source/godwrath.cc
parent7aef3e986f1f880a1898e71e279a824833e0e52c (diff)
downloadcrawl-ref-cdd501fcf0c5bcf14744e6c8cc6ad9b13e30bcc8.tar.gz
crawl-ref-cdd501fcf0c5bcf14744e6c8cc6ad9b13e30bcc8.zip
Scale up the power of Beogh's dancing weapons.
Diffstat (limited to 'crawl-ref/source/godwrath.cc')
-rw-r--r--crawl-ref/source/godwrath.cc2
1 files changed, 1 insertions, 1 deletions
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();