summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/it_use3.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/it_use3.cc')
-rw-r--r--crawl-ref/source/it_use3.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/it_use3.cc b/crawl-ref/source/it_use3.cc
index 6fb7225d66..70b845c83a 100644
--- a/crawl-ref/source/it_use3.cc
+++ b/crawl-ref/source/it_use3.cc
@@ -595,7 +595,7 @@ static bool _box_of_beasts(item_def &box)
(temp_rand == 5) ? MONS_SNAKE :
(temp_rand == 6) ? MONS_YAK :
(temp_rand == 7) ? MONS_BUTTERFLY :
- (temp_rand == 8) ? MONS_BROWN_SNAKE :
+ (temp_rand == 8) ? MONS_WATER_MOCCASIN :
(temp_rand == 9) ? MONS_GIANT_LIZARD
: MONS_HELL_HOUND);
}