summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dat/clua/ziggurat.lua
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-30 11:32:43 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-30 11:32:43 +0000
commit5b635a64eb9511aeeac9a91b514d444541edf0ed (patch)
tree7ff712d7037afc96c44b2d9af8f00ea3e84e6dd5 /crawl-ref/source/dat/clua/ziggurat.lua
parent26bcfb30d8bf333389977bb81b6e4e58094ef3d4 (diff)
downloadcrawl-ref-5b635a64eb9511aeeac9a91b514d444541edf0ed.tar.gz
crawl-ref-5b635a64eb9511aeeac9a91b514d444541edf0ed.zip
Set ziggurat portal properties as zig().portal instead of zig().props.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7693 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/dat/clua/ziggurat.lua')
-rw-r--r--crawl-ref/source/dat/clua/ziggurat.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/dat/clua/ziggurat.lua b/crawl-ref/source/dat/clua/ziggurat.lua
index 29570db727..55cdd334ab 100644
--- a/crawl-ref/source/dat/clua/ziggurat.lua
+++ b/crawl-ref/source/dat/clua/ziggurat.lua
@@ -45,7 +45,7 @@ end
function initialise_ziggurat(z, portal)
if portal then
- z.props = portal.props
+ z.portal = portal.props
end
z.depth = 1
@@ -358,7 +358,7 @@ local function ziggurat_create_monsters(p, mfn)
end
local function ziggurat_create_loot_at(c)
- -- Basically, loot grows linearly with depth. However, the entry fee
+ -- Basically, loot grows linearly with depth. However, the entry fee
-- affects the loot randomly (separatedly on each stage).
local depth = zig_depth()
local nloot = depth