summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tags.cc
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2014-05-12 17:30:58 -0400
committerNeil Moore <neil@s-z.org>2014-05-12 17:30:58 -0400
commit3a4c672bf2fe04214c99f80bbc2894f0196748d0 (patch)
tree6d9d96999b9c22df08e25d0c0c636fd0d4f9ab56 /crawl-ref/source/tags.cc
parent17fcb76da48e9df5e215d49b98f9bfbbb70c028c (diff)
downloadcrawl-ref-3a4c672bf2fe04214c99f80bbc2894f0196748d0.tar.gz
crawl-ref-3a4c672bf2fe04214c99f80bbc2894f0196748d0.zip
Don't remove Saprovore from stinky demonspawn just yet.
Diffstat (limited to 'crawl-ref/source/tags.cc')
-rw-r--r--crawl-ref/source/tags.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/tags.cc b/crawl-ref/source/tags.cc
index af0e2a5445..38a50b28d4 100644
--- a/crawl-ref/source/tags.cc
+++ b/crawl-ref/source/tags.cc
@@ -2586,7 +2586,8 @@ static void tag_read_you(reader &th)
}
if (th.getMinorVersion() < TAG_MINOR_SAPROVOROUS)
{
- if (you.species != SP_TROLL && you.species != SP_GHOUL)
+ if (you.species == SP_LAVA_ORC || you.species == SP_HILL_ORC
+ || you.species == SP_OGRE || you.species == SP_KOBOLD)
{
you.mutation[MUT_SAPROVOROUS] =
you.innate_mutations[MUT_SAPROVOROUS] = 0;