summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-pick.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-03 23:21:52 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-03 23:21:52 +0000
commitc408f8b544f47a4d2e7aebc75c8ac5535d4767b6 (patch)
treec9f66c8020ed349f213e9e1835459b1feb473b88 /crawl-ref/source/mon-pick.cc
parent419f00a75943e625e36cb6fb2eafe6e4e11f6024 (diff)
downloadcrawl-ref-c408f8b544f47a4d2e7aebc75c8ac5535d4767b6.tar.gz
crawl-ref-c408f8b544f47a4d2e7aebc75c8ac5535d4767b6.zip
Harpies now also eat food on the ground.
Add a description (as suggested by David) and two quotes. Since harpies will eat anything they are now resistant to poison. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7737 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/mon-pick.cc')
-rw-r--r--crawl-ref/source/mon-pick.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-pick.cc b/crawl-ref/source/mon-pick.cc
index 940bd6f1f9..80fc58d920 100644
--- a/crawl-ref/source/mon-pick.cc
+++ b/crawl-ref/source/mon-pick.cc
@@ -1710,6 +1710,7 @@ int mons_shoals_level(int mcls)
case MONS_SIREN:
case MONS_YAKTAUR:
+ case MONS_MANTICORE:
mlev += 2;
break;
@@ -1761,14 +1762,15 @@ int mons_shoals_rare(int mcls)
case MONS_CYCLOPS:
case MONS_CENTAUR_WARRIOR:
+ case MONS_HARPY:
return 20;
case MONS_STONE_GIANT:
case MONS_YAKTAUR_CAPTAIN:
- case MONS_HARPY:
return 10;
case MONS_OKLOB_PLANT:
+ case MONS_MANTICORE:
return 5;
default:
return 0;