summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/dat/clua/ziggurat.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/dat/clua/ziggurat.lua b/crawl-ref/source/dat/clua/ziggurat.lua
index 9e84287b07..f1aa3dc319 100644
--- a/crawl-ref/source/dat/clua/ziggurat.lua
+++ b/crawl-ref/source/dat/clua/ziggurat.lua
@@ -340,7 +340,7 @@ local dgn_passable = dgn.passable_excluding("closed_door")
local function ziggurat_create_monsters(p, mfn)
local depth = zig_depth()
- local hd_pool = depth * (depth + 8) + depth*depth*depth
+ local hd_pool = depth * (depth + 8)
-- (was depth * (depth + 8) before and too easy)
local nth = 1