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>2009-06-01 19:59:26 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-01 19:59:26 +0000
commit3c0a534b1b61101fcb2161bba1c03546933e8c1b (patch)
tree9aa367f88328f34901a07ff8a9021c2e7393edd3 /crawl-ref/source/mon-pick.cc
parent085daf0f758627f85d8c940ac269129bcbfb17ea (diff)
downloadcrawl-ref-3c0a534b1b61101fcb2161bba1c03546933e8c1b.tar.gz
crawl-ref-3c0a534b1b61101fcb2161bba1c03546933e8c1b.zip
* Display level 0 magic contamination (harmless) on the status screen.
Disadvantage: doesn't match backlit() for the other Glow types. * Some more tutorial tweaks. * Really disable harpies in 0.5. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.5@9879 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, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/mon-pick.cc b/crawl-ref/source/mon-pick.cc
index ddcbb83900..2007bb83ec 100644
--- a/crawl-ref/source/mon-pick.cc
+++ b/crawl-ref/source/mon-pick.cc
@@ -743,7 +743,7 @@ int mons_standard_level(int mcls)
case MONS_SKELETON_SMALL:
case MONS_SPINY_WORM:
case MONS_VERY_UGLY_THING:
- case MONS_HARPY:
+// case MONS_HARPY:
return 20;
case MONS_BOULDER_BEETLE:
@@ -1021,7 +1021,7 @@ int mons_standard_rare(int mcls)
case MONS_STORM_DRAGON:
case MONS_VERY_UGLY_THING:
case MONS_WIZARD:
- case MONS_HARPY:
+// case MONS_HARPY:
return 20;
case MONS_BORING_BEETLE: