summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authordploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-27 18:39:57 +0000
committerdploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-27 18:39:57 +0000
commitfd66a3b7e16e480a47b8e088cee85e5397029cd4 (patch)
tree1fa55feb77a3d3469cf5d7651c2ffa4344f70ba0 /crawl-ref
parent9f55db013badcf05a31b20793b0216b3b9fee4e2 (diff)
downloadcrawl-ref-fd66a3b7e16e480a47b8e088cee85e5397029cd4.tar.gz
crawl-ref-fd66a3b7e16e480a47b8e088cee85e5397029cd4.zip
More ziggurat monster sets. More greater mummies (syllogism).
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7661 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/dat/clua/ziggurat.lua6
1 files changed, 5 insertions, 1 deletions
diff --git a/crawl-ref/source/dat/clua/ziggurat.lua b/crawl-ref/source/dat/clua/ziggurat.lua
index 569b3029e2..28cb3ff06c 100644
--- a/crawl-ref/source/dat/clua/ziggurat.lua
+++ b/crawl-ref/source/dat/clua/ziggurat.lua
@@ -250,10 +250,14 @@ local mons_populations = {
with_props("place:Slime:$", { jelly_protect = true }),
"place:Snake:$",
"place:Lair:$",
- "place:Tomb:$",
+ "place:Tomb:$ w:200 / greater mummy",
"place:Crypt:$",
"place:Abyss",
"place:Shoal:$",
+ "place:Coc:$",
+ "place:Geh:$",
+ "place:Dis:$",
+ "place:Tar:$",
depth_ge(6, "place:Pan w:400 / w:15 pandemonium lord"),
depth_lt(6, "place:Pan")
}