From 09df3fcb005f1164e5e0a813cd9dceae4f75dd93 Mon Sep 17 00:00:00 2001 From: dolorous Date: Fri, 20 Mar 2009 01:02:43 +0000 Subject: Add a few more Xom messages. Also, since he already has a mass confusion effect, replace Mass Confusion with Cause Fear in his random spell list. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9520 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spl-cast.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/spl-cast.cc') diff --git a/crawl-ref/source/spl-cast.cc b/crawl-ref/source/spl-cast.cc index 565e21ab31..085426734a 100644 --- a/crawl-ref/source/spl-cast.cc +++ b/crawl-ref/source/spl-cast.cc @@ -1610,7 +1610,7 @@ spret_type your_spells(spell_type spell, int powc, bool allow_fail) case SPELL_SLEEP: { const int sleep_power = - stepdown_value( powc * 9 / 10, 5, 35, 45, 50 ); + stepdown_value(powc * 9 / 10, 5, 35, 45, 50); #ifdef DEBUG_DIAGNOSTICS mprf(MSGCH_DIAGNOSTICS, "Sleep power stepdown: %d -> %d", powc, sleep_power); -- cgit v1.2.3-54-g00ecf