summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dat/descript/monsters.txt
diff options
context:
space:
mode:
authorMatthew Cline <zelgadis@sourceforge.net>2009-11-13 17:08:46 -0800
committerMatthew Cline <zelgadis@sourceforge.net>2009-11-13 17:09:16 -0800
commitcbde1e51fc1475e60e247335f4450f14aeeb379b (patch)
tree358c52751e3256da9ba2c5a4594d5d20f45a5a44 /crawl-ref/source/dat/descript/monsters.txt
parentb054a2033c2a66875089a5fc7a0fb9b7852de90b (diff)
downloadcrawl-ref-cbde1e51fc1475e60e247335f4450f14aeeb379b.tar.gz
crawl-ref-cbde1e51fc1475e60e247335f4450f14aeeb379b.zip
Move some monster descrption code to text file
Diffstat (limited to 'crawl-ref/source/dat/descript/monsters.txt')
-rw-r--r--crawl-ref/source/dat/descript/monsters.txt18
1 files changed, 17 insertions, 1 deletions
diff --git a/crawl-ref/source/dat/descript/monsters.txt b/crawl-ref/source/dat/descript/monsters.txt
index a6d8023c67..c66876c2a4 100644
--- a/crawl-ref/source/dat/descript/monsters.txt
+++ b/crawl-ref/source/dat/descript/monsters.txt
@@ -343,6 +343,13 @@ A powerful dragon with mighty wings. Her scales seem to shimmer and change colo
Urug
A rude orc.
+{{
+if you.can_smell() then
+ return "\nHe smells terrible."
+else
+ return ""
+end
+}}
%%%%
Wayne
@@ -620,6 +627,8 @@ A huge grey slug with folds of wrinkled skin.
elf
One of the race of elves which inhabits this dreary cave.
+
+This one is remarkably plain looking.
%%%%
ettin
@@ -1408,7 +1417,14 @@ A slimy dragon, covered in swamp muck. Poisonous gasses dribble from its snout.
swamp drake
A small and slimy dragon, covered in swamp muck.
-%%%%
+{{
+if you.can_smell() then
+ return "\nIt smells terrible."
+else
+ return ""
+end
+}}
+%%%%%
swamp worm
A large slimy worm, adept at swimming through the muck of this foul swamp.