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 a18b5627f6..f059f78805 100644
--- a/crawl-ref/source/it_use3.cc
+++ b/crawl-ref/source/it_use3.cc
@@ -584,7 +584,7 @@ static bool _box_of_beasts(item_def &box)
if (x_chance_in_y(60 + you.skills[SK_EVOCATIONS], 100))
{
- monster_type beasty = MONS_PROGRAM_BUG;
+ monster_type beasty = MONS_NO_MONSTER;
// If you worship a good god, don't summon an evil beast (in
// this case, the hell hound).