summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dat/altar.des
diff options
context:
space:
mode:
authordploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-13 20:11:53 +0000
committerdploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-13 20:11:53 +0000
commit31bac929c7e02cec1a5e3ee8c85cefec44a3e8fd (patch)
tree2d1110b0aa1fc670cff70ca115afb28d73ef23c7 /crawl-ref/source/dat/altar.des
parent353f9251363fb63c3847d79147a6a7dde26fb71a (diff)
downloadcrawl-ref-31bac929c7e02cec1a5e3ee8c85cefec44a3e8fd.tar.gz
crawl-ref-31bac929c7e02cec1a5e3ee8c85cefec44a3e8fd.zip
Some changes to vaults, mostly adding patrolling tags.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5785 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/dat/altar.des')
-rw-r--r--crawl-ref/source/dat/altar.des12
1 files changed, 6 insertions, 6 deletions
diff --git a/crawl-ref/source/dat/altar.des b/crawl-ref/source/dat/altar.des
index 1735f5d7f3..1cdc9ebdcf 100644
--- a/crawl-ref/source/dat/altar.des
+++ b/crawl-ref/source/dat/altar.des
@@ -116,10 +116,10 @@ DEPTH: D:2-18, Swamp, Shoal
CHANCE: 9
: local brnd = crawl.random2(13)
: if brnd > 10 then
-TAGS: no_monster_gen no_rotate
+TAGS: no_monster_gen no_rotate
# this case almost always has altar access
: else
-TAGS: no_monster_gen no_pool_fixup no_rotate
+TAGS: no_monster_gen no_pool_fixup no_rotate
: end
MAP
.........
@@ -273,9 +273,9 @@ ENDMAP
NAME: lemuel_angel_altar
DEPTH: D:3-18, Vault
: if you.absdepth() > 12 then
-MONS: Daeva / Angel
+MONS: patrolling Daeva / patrolling Angel
: else
-MONS: Angel
+MONS: patrolling Angel
: end
KFEAT: C = altar_elyvilon / altar_zin / altar_shining_one
MAP
@@ -321,7 +321,7 @@ ENDMAP
NAME: david_defended_altar_orc
DEPTH: D:7-20, Orc
-MONS: orc priest
+MONS: patrolling orc priest
TAGS: uniq_defended_altar
KFEAT: D = altar_beogh / w:1 altar_okawaru / w:1 altar_makhleb / w:1 altar_trog
MAP
@@ -334,7 +334,7 @@ ENDMAP
NAME: david_defended_altar_elf
DEPTH: D:7-20, Elf
-MONS: deep elf priest / w:30 nothing
+MONS: patrolling deep elf priest / w:30 nothing
TAGS: uniq_defended_altar
MAP
ccccc...