summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dat/levdes.vim
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-09 17:41:11 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-09 17:41:11 +0000
commit0ec7cf7056fb1e230696a46f0f776f72bd49a6fe (patch)
tree6e5b484718ee4a9edfc8567864fffcfe3c74eedf /crawl-ref/source/dat/levdes.vim
parentb26e4bf0ba4e7b2522dbff7330ebc2b74f380ab5 (diff)
downloadcrawl-ref-0ec7cf7056fb1e230696a46f0f776f72bd49a6fe.tar.gz
crawl-ref-0ec7cf7056fb1e230696a46f0f776f72bd49a6fe.zip
Superior minivault handling. Minivaults without floor padding are finally
supported (see mines4_lemuel for an example). Set default depth to D:a-b in all .des files. Random vaults that want to live in a non-main-dungeon branch must explicitly specify this in a DEPTH: line. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1823 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/dat/levdes.vim')
-rw-r--r--crawl-ref/source/dat/levdes.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/dat/levdes.vim b/crawl-ref/source/dat/levdes.vim
index b643c9ee6b..f2c2206f9f 100644
--- a/crawl-ref/source/dat/levdes.vim
+++ b/crawl-ref/source/dat/levdes.vim
@@ -51,8 +51,8 @@ syn region desNsubst start=/^NSUBST:\s*/ end=/$/ contains=desNsubstDec,desSubstA
syn region desShuffle start=/^SHUFFLE:\s*/ end=/$/ contains=desShuffleDec,desMapFrag keepend
-syn keyword desDeclarator NAME: ORIENT: DEPTH: PLACE: MONS: FLAGS: default-depth: TAGS: CHANCE: ITEM: KFEAT: KMONS: KITEM:
-syn keyword desOrientation encompass north south east west northeast northwest southeast southwest float no_hmirror no_vmirror no_rotate entry pan no_pool_fixup no_monster_gen generate_awake
+syn keyword desDeclarator NAME: ORIENT: DEPTH: PLACE: MONS: FLAGS: default-depth: TAGS: CHANCE: WEIGHT: ITEM: KFEAT: KMONS: KITEM:
+syn keyword desOrientation encompass north south east west northeast northwest southeast southwest float no_hmirror no_vmirror no_rotate entry pan no_pool_fixup no_monster_gen generate_awake mini_float no_item_gen
syn match desComment "^\s*#.*$"