summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-23 18:02:07 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-23 18:02:07 +0000
commiteb8fb2b966c556c85ae176a98596b15d604e3fe9 (patch)
tree6fd804df3bb3b3e03426178b2c37e7818be4d61b /crawl-ref/source/spells3.cc
parent9c1205b7aba72d91455b6454e71a2c946e74328e (diff)
downloadcrawl-ref-eb8fb2b966c556c85ae176a98596b15d604e3fe9.tar.gz
crawl-ref-eb8fb2b966c556c85ae176a98596b15d604e3fe9.zip
Make enslaved souls the EC_UNHOLY color, and make zombies shovable.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7916 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells3.cc')
-rw-r--r--crawl-ref/source/spells3.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells3.cc b/crawl-ref/source/spells3.cc
index c03ab68b98..5c5eff2ae3 100644
--- a/crawl-ref/source/spells3.cc
+++ b/crawl-ref/source/spells3.cc
@@ -1034,7 +1034,7 @@ bool cast_twisted_resurrection(int pow, god_type god)
int total_mass = 0;
int rotted = 0;
- for ( stack_iterator si(you.pos()); si; ++si )
+ for (stack_iterator si(you.pos()); si; ++si)
{
if (si->base_type == OBJ_CORPSES && si->sub_type == CORPSE_BODY)
{