From ab679653017c1d661572cf34a62bf5ddf7c1304e Mon Sep 17 00:00:00 2001 From: dshaligram Date: Thu, 19 Jul 2007 12:31:32 +0000 Subject: Added elf arrival vaults (Eino). Tweaked dungeon builder so you always land on { on level 1 of a branch (using a map marker to identify which stair was a {). Maps with the "uniq" tag will be used only once in a game. Maps with a "uniq_foo" tag will be used only once, and will also prevent any other maps tagged "uniq_foo" from being used thereafter. Breaks saves. Oklob plants should not receive stab brands, fixed. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1897 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/maps.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/maps.h') diff --git a/crawl-ref/source/maps.h b/crawl-ref/source/maps.h index eb97a67926..2e3eb244e7 100644 --- a/crawl-ref/source/maps.h +++ b/crawl-ref/source/maps.h @@ -64,6 +64,6 @@ extern depth_ranges lc_default_depths; extern dlua_chunk lc_global_prelude; extern bool lc_run_global_prelude; -const int MAP_CACHE_VERSION = 1005; +const int MAP_CACHE_VERSION = 1006; #endif -- cgit v1.2.3-54-g00ecf