summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/xom.cc
diff options
context:
space:
mode:
authorChris Oelmueller <chris.oelmueller@gmail.com>2013-12-26 13:57:22 +0100
committerNeil Moore <neil@s-z.org>2013-12-26 11:18:28 -0500
commit27775bd9ed0a0ccd53b31adebc1ac7216f6e5162 (patch)
treed36f4e6863d00377803dde4f72766c943c656e75 /crawl-ref/source/xom.cc
parentc5fb880d1667f52f06661eb91f3e1ad410483122 (diff)
downloadcrawl-ref-27775bd9ed0a0ccd53b31adebc1ac7216f6e5162.tar.gz
crawl-ref-27775bd9ed0a0ccd53b31adebc1ac7216f6e5162.zip
Fix a few more oversights of snake genus rename in 0.14-a0-1201-gd0ec0a5
Sorry again ._.
Diffstat (limited to 'crawl-ref/source/xom.cc')
-rw-r--r--crawl-ref/source/xom.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/xom.cc b/crawl-ref/source/xom.cc
index d8d6189237..6f834ea3bf 100644
--- a/crawl-ref/source/xom.cc
+++ b/crawl-ref/source/xom.cc
@@ -1630,7 +1630,7 @@ static int _xom_snakes_to_sticks(int sever, bool debug = false)
if (mi->attitude != ATT_HOSTILE)
continue;
- if (mons_genus(mi->type) == MONS_ADDER)
+ if (mons_genus(mi->type) == MONS_SNAKE)
{
if (!action)
{