summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monstuff.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/monstuff.cc')
-rw-r--r--crawl-ref/source/monstuff.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/monstuff.cc b/crawl-ref/source/monstuff.cc
index 8a8e48f753..563e6aec1b 100644
--- a/crawl-ref/source/monstuff.cc
+++ b/crawl-ref/source/monstuff.cc
@@ -2019,6 +2019,8 @@ int monster_die(monsters *monster, killer_type killer,
// Now that Boris is dead, he's a valid target for monster
// creation again. -- bwr
you.unique_creatures[monster->type] = false;
+ // And his vault can be placed again.
+ you.uniq_map_names.erase("uniq_boris");
}
else if (monster->type == MONS_KIRKE && !in_transit)
{