summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-grow.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2010-01-25 10:29:49 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2010-01-25 10:29:49 -0600
commit46eeaea3c80dec4e50adc5b0a7d5dfae1e8ba0d3 (patch)
tree6b4d7324adecdb96ee9238d138eb0cef665798ad /crawl-ref/source/mon-grow.cc
parent60cd7af1f5e0f8ba277a8fd55f9f4c09c42506eb (diff)
downloadcrawl-ref-46eeaea3c80dec4e50adc5b0a7d5dfae1e8ba0d3.tar.gz
crawl-ref-46eeaea3c80dec4e50adc5b0a7d5dfae1e8ba0d3.zip
Don't make snapping turtles level up into alligator snapping turtles
anymore, as they're apparently two different species.
Diffstat (limited to 'crawl-ref/source/mon-grow.cc')
-rw-r--r--crawl-ref/source/mon-grow.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-grow.cc b/crawl-ref/source/mon-grow.cc
index 8208c7072b..790d51c117 100644
--- a/crawl-ref/source/mon-grow.cc
+++ b/crawl-ref/source/mon-grow.cc
@@ -60,7 +60,6 @@ static const monster_level_up mon_grow[] =
monster_level_up(MONS_DEEP_ELF_SUMMONER, MONS_DEEP_ELF_DEMONOLOGIST),
monster_level_up(MONS_DEEP_ELF_CONJURER, MONS_DEEP_ELF_SORCERER),
- monster_level_up(MONS_SNAPPING_TURTLE, MONS_ALLIGATOR_SNAPPING_TURTLE),
monster_level_up(MONS_BABY_ALLIGATOR, MONS_ALLIGATOR),
};