summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2009-12-10 18:43:26 +1000
committerJude Brown <bookofjude@users.sourceforge.net>2009-12-10 18:45:53 +1000
commitb5174dd8fb90ba4715546dd868b61afa0ce320a5 (patch)
tree3438d82cc654048c6007ea5eef9bc50ebbe157b0
parentc06a6dcbe24d55c008a4179fc28892ad67ab073e (diff)
downloadcrawl-ref-b5174dd8fb90ba4715546dd868b61afa0ce320a5.tar.gz
crawl-ref-b5174dd8fb90ba4715546dd868b61afa0ce320a5.zip
New tile: plant_crypt for withered plants in Crypt vaults. (Eino)
Useable with the syntax "plant tile:withered_plant". Not strictly limited to Crypt, of course.
-rw-r--r--crawl-ref/source/dat/crypt.des15
-rw-r--r--crawl-ref/source/rltiles/dc-mon.txt1
2 files changed, 10 insertions, 6 deletions
diff --git a/crawl-ref/source/dat/crypt.des b/crawl-ref/source/dat/crypt.des
index 3ca4855d60..54e1fd6387 100644
--- a/crawl-ref/source/dat/crypt.des
+++ b/crawl-ref/source/dat/crypt.des
@@ -76,8 +76,9 @@ DEPTH: Crypt
MONS: death ooze
KFEAT: f = .
# "withered plant" instead of "plant"
-KMONS: f = w:2 col:darkgrey plant name:withered name_adjective / \
- w:1 col:lightgrey plant name:withered name_adjective
+KMONS: f = w:2 col:darkgrey plant name:withered name_adjective \
+ tile:withered_plant / w:1 col:lightgrey plant name:withered \
+ name_adjective tile:withered_plant
SUBST: p = f:2 .:1
SUBST: 1 = 1:3 .:1
MAP
@@ -317,8 +318,9 @@ ORIENT: float
TAGS: tomb_entry no_monster_gen
KFEAT: f = .
# "withered plant" instead of "plant"
-KMONS: f = w:2 col:darkgrey plant name:withered name_adjective / \
- w:1 col:lightgrey plant name:withered name_adjective
+KMONS: f = w:2 col:darkgrey plant name:withered name_adjective \
+ tile:withered_plant / w:1 col:lightgrey plant name:withered \
+ name_adjective tile:withered_plant
SUBST: p = f.
MAP
cccccccccc
@@ -632,8 +634,9 @@ SUBST: F = f ?
SUBST: f = p:1 .:1
KFEAT: p = .
# "withered plant" instead of "plant"
-KMONS: p = w:2 col:darkgrey plant name:withered name_adjective / \
- w:1 col:lightgrey plant name:withered name_adjective
+KMONS: f = w:2 col:darkgrey plant name:withered name_adjective \
+ tile:withered_plant / w:1 col:lightgrey plant name:withered \
+ name_adjective tile:withered_plant
####### hidden skeleton; sometimes good pain weapon, but draining short sword
KFEAT: ! = .
KMONS: ! = skeletal warrior ; w:2 dagger ego:pain | short sword ego:draining |\
diff --git a/crawl-ref/source/rltiles/dc-mon.txt b/crawl-ref/source/rltiles/dc-mon.txt
index caaf32978f..3da868aa54 100644
--- a/crawl-ref/source/rltiles/dc-mon.txt
+++ b/crawl-ref/source/rltiles/dc-mon.txt
@@ -452,6 +452,7 @@ ogre_mage MONS_OGRE_MAGE
## Plants ('P')
plant MONS_PLANT
+plant_crypt MONS_WITHERED_PLANT
oklob_plant MONS_OKLOB_PLANT
## Trolls ('T')