summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 02:00:04 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 02:00:04 +0000
commit42834623f58aaedb7a30a9e147d5bce0570860f8 (patch)
tree7c339730ff280b0524ebbbfbe404098cb8085025
parentbd833f217fbc73d4b2632af11b9763c2b824ee1d (diff)
downloadcrawl-ref-42834623f58aaedb7a30a9e147d5bce0570860f8.tar.gz
crawl-ref-42834623f58aaedb7a30a9e147d5bce0570860f8.zip
Make Trog's berserkers hostile again when they're sent as retribution.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5571 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/source/religion.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 06db49b25d..6a4dff77f6 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -3417,7 +3417,7 @@ static bool _trog_retribution()
points -= cost;
- if (summon_berserker(cost * 20, true))
+ if (summon_berserker(cost * 20, true, true))
count++;
}
}