summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dat
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-27 05:26:45 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-27 05:26:45 +0000
commit158387451269b0a382b98c7a9ec508e3f9e33514 (patch)
tree46cc661d967ef4b6d87d6092f8f17c97d2050147 /crawl-ref/source/dat
parent9056ed35e126e573487ed4f43891376cb8248381 (diff)
downloadcrawl-ref-158387451269b0a382b98c7a9ec508e3f9e33514.tar.gz
crawl-ref-158387451269b0a382b98c7a9ec508e3f9e33514.zip
Changed "dstovermap" portal vault entrance parameter to "overmap".
New portal vault entrance parameter "overmap_note" can be used to associate a note with a particular entrance on the overmap display. The overmap display now notes entry fee for each known ziggurat. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7647 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/dat')
-rw-r--r--crawl-ref/source/dat/clua/ziggurat.lua3
-rw-r--r--crawl-ref/source/dat/icecave.des2
-rw-r--r--crawl-ref/source/dat/sewer.des2
3 files changed, 4 insertions, 3 deletions
diff --git a/crawl-ref/source/dat/clua/ziggurat.lua b/crawl-ref/source/dat/clua/ziggurat.lua
index f769882015..c01136a8cb 100644
--- a/crawl-ref/source/dat/clua/ziggurat.lua
+++ b/crawl-ref/source/dat/clua/ziggurat.lua
@@ -87,8 +87,9 @@ function ziggurat_portal(e)
amount = entry_fee,
toll_desc = "to enter a ziggurat",
desc = "gateway to a ziggurat",
+ overmap = "Ziggurat",
+ overmap_note = "" .. entry_fee .. " gp",
dst = "ziggurat",
- dstovermap = "Ziggurat",
dstname = "Ziggurat:1",
dstname_abbrev = "Zig:1",
dstorigin = "on level 1 of a ziggurat",
diff --git a/crawl-ref/source/dat/icecave.des b/crawl-ref/source/dat/icecave.des
index e258591c83..33c5df18c5 100644
--- a/crawl-ref/source/dat/icecave.des
+++ b/crawl-ref/source/dat/icecave.des
@@ -29,8 +29,8 @@ function ice_cave_portal(e)
dst = "ice_cave",
dstname = "Ice Cave",
dstname_abbrev = "IceCv",
- dstovermap = "frozen archway",
dstorigin = "in an ice cave",
+ overmap = "frozen archway",
floor = "stone_arch" }]])
e.kfeat("O = enter_portal_vault")
e.colour("O = white")
diff --git a/crawl-ref/source/dat/sewer.des b/crawl-ref/source/dat/sewer.des
index f68e93ec8b..256520750a 100644
--- a/crawl-ref/source/dat/sewer.des
+++ b/crawl-ref/source/dat/sewer.des
@@ -17,8 +17,8 @@
function sewer_portal(e)
e.marker([[O = lua:one_way_stair { desc = "A glowing drain",
dst = "sewer",
- dstovermap = "glowing drain",
dstorigin = "in the sewers",
+ overmap = "glowing drain",
floor = "stone_arch" }]])
e.kfeat("O = enter_portal_vault")
e.colour("O = lightgreen")