summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/scripts
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2012-05-13 00:41:16 +0200
committerRaphael Langella <raphael.langella@gmail.com>2012-05-13 00:41:16 +0200
commitbef9f29b23aad7934041e6dc9ec89e0328427980 (patch)
treea0bb1cda070c1d6528f57d76486e2c9d213ed1f2 /crawl-ref/source/scripts
parent83a1b3d123b95e854a9b8eb97fb04c45deb16a66 (diff)
downloadcrawl-ref-bef9f29b23aad7934041e6dc9ec89e0328427980.tar.gz
crawl-ref-bef9f29b23aad7934041e6dc9ec89e0328427980.zip
Add mimics to place-population.lua stats
Diffstat (limited to 'crawl-ref/source/scripts')
-rw-r--r--crawl-ref/source/scripts/place-population.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/scripts/place-population.lua b/crawl-ref/source/scripts/place-population.lua
index cfd1b8094d..2bb7ce8540 100644
--- a/crawl-ref/source/scripts/place-population.lua
+++ b/crawl-ref/source/scripts/place-population.lua
@@ -43,6 +43,7 @@ end
local function count_monsters_at(place, set)
debug.goto_place(place)
test.regenerate_level(nil, use_random_maps)
+ debug.reveal_mimics()
local monsters_here = set or { }
for mons in test.level_monster_iterator() do