summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells4.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-19 18:07:21 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-19 18:07:21 +0000
commit6d9c0a98182ec97151698c33e8139b3c812be734 (patch)
treef99d5193a6b5bac1ca4caba790c9975e34fb216c /crawl-ref/source/spells4.cc
parent3900b6c5eabe702baa7d02d77945503cbf7e92ef (diff)
downloadcrawl-ref-6d9c0a98182ec97151698c33e8139b3c812be734.tar.gz
crawl-ref-6d9c0a98182ec97151698c33e8139b3c812be734.zip
Add a few more spell cleanups.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4379 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells4.cc')
-rw-r--r--crawl-ref/source/spells4.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/spells4.cc b/crawl-ref/source/spells4.cc
index 04546f607b..18a23fe6d9 100644
--- a/crawl-ref/source/spells4.cc
+++ b/crawl-ref/source/spells4.cc
@@ -600,10 +600,10 @@ void cast_sticks_to_snakes(int pow)
if (pow > 20 && one_chance_in(3))
mon = MONS_BROWN_SNAKE;
- if (create_monster(mon, dur, beha,
+ if (create_monster( mon, dur, beha,
you.x_pos, you.y_pos, hitting,
MONS_PROGRAM_BUG, false, false,
- false, true) != -1)
+ false, true ) != -1)
{
how_many++;
}