summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dat/levdes.vim
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-02-08 12:20:54 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-02-08 12:20:54 +0000
commit3e50fe77f29b02200c6a4b7e1c8fa2e45463ed61 (patch)
tree0d92147a1756f4a5885f3bba69897269992b3553 /crawl-ref/source/dat/levdes.vim
parente4917e5fb18cbbcd51b8d140e1c2a9fa33401b22 (diff)
downloadcrawl-ref-3e50fe77f29b02200c6a4b7e1c8fa2e45463ed61.tar.gz
crawl-ref-3e50fe77f29b02200c6a4b7e1c8fa2e45463ed61.zip
Added David's new Antaeus level.
Dungeon builder was asking for vault-collision checks on minivaults, which could hang the game, fixed. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@938 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/dat/levdes.vim')
-rw-r--r--crawl-ref/source/dat/levdes.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/dat/levdes.vim b/crawl-ref/source/dat/levdes.vim
index c70228a0e6..9350a904bb 100644
--- a/crawl-ref/source/dat/levdes.vim
+++ b/crawl-ref/source/dat/levdes.vim
@@ -17,7 +17,7 @@ syn case match
setlocal iskeyword+=:
setlocal iskeyword+=-
-syn keyword desDeclarator NAME: ORIENT: DEPTH: PLACE: MONS: FLAGS: SYMBOL: default-depth: TAGS: CHANCE: ITEM:
+syn keyword desDeclarator NAME: ORIENT: DEPTH: PLACE: MONS: FLAGS: SYMBOL: default-depth: TAGS: CHANCE: ITEM: SHUFFLE:
syn keyword desOrientation encompass north south east west northeast northwest southeast southwest float
syn match desComment "^\s*#.*$"