From 37a4ac33578a9a8e9366ce1e0686dbea42dc66b8 Mon Sep 17 00:00:00 2001 From: dshaligram Date: Sat, 2 Feb 2008 16:05:59 +0000 Subject: Map and help cleanup (dpeg). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3384 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/dat/elf.des | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) (limited to 'crawl-ref/source/dat/elf.des') diff --git a/crawl-ref/source/dat/elf.des b/crawl-ref/source/dat/elf.des index 36c7eb89f4..62055d070d 100644 --- a/crawl-ref/source/dat/elf.des +++ b/crawl-ref/source/dat/elf.des @@ -96,7 +96,8 @@ ENDMAP NAME: elf_hall PLACE: Elf:7 ORIENT: northwest -FLAGS: no_rotate +TAGS: no_rotate +LFLAGS: no_tele_control MONS: deep elf high priest, deep elf demonologist, deep elf annihilator MONS: deep elf sorcerer, deep elf death mage MONS: deep elf blademaster, deep elf master archer @@ -113,6 +114,10 @@ SUBST: v : xvb SUBST: | = | *:2 SUBST: $ = $:20 *:4 |:1 SUBST: * = * |:3 +MARKER: U = lua:feat_change_change_flags { \ + level_flags="!no_tele_control", final_feat="dry_fountain", \ + group="fountain" \ + } MAP xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx @@ -158,8 +163,8 @@ ENDMAP NAME: elf_hall_gauntlet_wide PLACE: Elf:7 -TAGS: no_pool_fixup -FLAGS: no_rotate +TAGS: no_pool_fixup no_rotate +LFLAGS: no_tele_control ORIENT: float CHANCE: 5 MONS: deep elf high priest, deep elf demonologist @@ -179,6 +184,10 @@ KMONS: A = deep elf master archer KFEAT: A = | KMONS: B = deep elf blademaster KFEAT: B = | +MARKER: U = lua:feat_change_change_flags { \ + level_flags="!no_tele_control", final_feat="dry_fountain", \ + group="fountain" \ + } MAP cccccccccccccccccccccccccc c2ccccccc........ccccccccc @@ -209,8 +218,7 @@ ENDMAP NAME: elf_hall_gauntlet_narrow PLACE: Elf:7 -FLAGS: no_rotate -TAGS: no_pool_fixup +TAGS: no_pool_fixup no_rotate ORIENT: float CHANCE: 5 MONS: deep elf high priest, deep elf demonologist @@ -237,6 +245,11 @@ KITEM: 6 = | KITEM: 7 = | KFEAT: 6 = 6 KFEAT: 7 = 7 +LFLAGS: no_tele_control +MARKER: U = lua:feat_change_change_flags { \ + level_flags="!no_tele_control", final_feat="dry_fountain", \ + group="fountain" \ + } MAP ccccccccccccccccccccccccc c2ccccccc.......ccccccccc -- cgit v1.2.3-54-g00ecf