From c5dad3f54e790dd270fed42f99fa22031bd1f34e Mon Sep 17 00:00:00 2001 From: dshaligram Date: Mon, 29 Oct 2007 13:00:41 +0000 Subject: Reinserted dummy vault to fix vault probabilities outside the main dungeon. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.3@2662 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/dat/float.des | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/crawl-ref/source/dat/float.des b/crawl-ref/source/dat/float.des index 7eefc88da9..df8093df41 100644 --- a/crawl-ref/source/dat/float.des +++ b/crawl-ref/source/dat/float.des @@ -32,6 +32,20 @@ MAP x ENDMAP +############################################################################## +# Dummy probability balancer vault for non-dungeon branches. +# +NAME: dummy_balancer_other +DEPTH: 1-, !D +# Vaults tagged "dummy" are no-ops when the dungeon builder is looking for maps +# by depth. +TAGS: dummy +ORIENT: float +CHANCE: 60 +MAP +x +ENDMAP + ############################################################################## # Cavepeople # -- cgit v1.2.3-54-g00ecf