summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-29 15:17:07 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-29 15:17:07 +0000
commit26814eb205cba00b5f81f7689043d0ca6a235106 (patch)
treea493902bef13bf6ff526cc818337496f79165d96 /crawl-ref/source/religion.cc
parent018f4e0bb5ddd7dcdd565ec5e790577cf93c97be (diff)
downloadcrawl-ref-26814eb205cba00b5f81f7689043d0ca6a235106.tar.gz
crawl-ref-26814eb205cba00b5f81f7689043d0ca6a235106.zip
Disallow dualwielders to wield 2-handed weapons, even if they currently
only have one weapon since this would mean they'd never replace it again with a 1-handed weapon to pair another weapon with. Remove orc warlords from Beogh reinforcement and increase chance for plain orcs. Change "Heel!" command to "Come here!" because "Heel!" looks completely out of place for intelligent followers. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4764 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/religion.cc')
-rw-r--r--crawl-ref/source/religion.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 6534e9b4fc..b58e434a08 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -1024,11 +1024,11 @@ static bool _beogh_blessing_reinforcement()
// Possible reinforcement.
const monster_type followers[] = {
- MONS_ORC, MONS_ORC_WIZARD, MONS_ORC_PRIEST
+ MONS_ORC, MONS_ORC, MONS_ORC_WIZARD, MONS_ORC_PRIEST
};
const monster_type high_xl_followers[] = {
- MONS_ORC_PRIEST, MONS_ORC_WARRIOR, MONS_ORC_KNIGHT, MONS_ORC_WARLORD
+ MONS_ORC_PRIEST, MONS_ORC_WARRIOR, MONS_ORC_KNIGHT
};
// Send up to four followers.