summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dat/descript/monsters.txt
diff options
context:
space:
mode:
authorMatthew Cline <zelgadis@sourceforge.net>2009-11-13 21:43:38 -0800
committerMatthew Cline <zelgadis@sourceforge.net>2009-11-13 21:44:55 -0800
commit8a5051e7464fc686880aa6a07e3387b5dfa60c2d (patch)
tree3daa1b558379fe80e83a3f212516c2ce6777c337 /crawl-ref/source/dat/descript/monsters.txt
parentb2d4890bce8b8951e291530703c767b2e0892c74 (diff)
downloadcrawl-ref-8a5051e7464fc686880aa6a07e3387b5dfa60c2d.tar.gz
crawl-ref-8a5051e7464fc686880aa6a07e3387b5dfa60c2d.zip
Move more monster description code to text file.
Diffstat (limited to 'crawl-ref/source/dat/descript/monsters.txt')
-rw-r--r--crawl-ref/source/dat/descript/monsters.txt27
1 files changed, 26 insertions, 1 deletions
diff --git a/crawl-ref/source/dat/descript/monsters.txt b/crawl-ref/source/dat/descript/monsters.txt
index c66876c2a4..4130cc33d9 100644
--- a/crawl-ref/source/dat/descript/monsters.txt
+++ b/crawl-ref/source/dat/descript/monsters.txt
@@ -1,4 +1,14 @@
%%%%
+# Only for non-uniques nagas.
+__cap-N_suffix
+{{
+if you.race() == "Naga" then
+ return "It is particularly attractive."
+else
+ return "It is strange and repulsive."
+end
+}}
+%%%%
__cap-T_suffix
You feel a lump in the pit of your stomach.
@@ -299,6 +309,8 @@ A fair-haired mage, wandering and seemingly half-mad with grief and guilt.
Purgy
An unusually thin troll.
+
+You feel a lump in the pit of your stomach.
%%%%
Roxanne
@@ -327,6 +339,8 @@ The bane of all young adventurers, Sigmund combines delusions of greatness with
Snorg
A hairy troll, angry and mean.
+
+You feel a lump in the pit of your stomach.
%%%%
Sonja
@@ -1263,7 +1277,18 @@ An enormous and very nasty-looking humanoid creature. Its rocky hide seems to h
rotting devil
A hideous decaying form.
-%%%%
+{{
+if you.can_smell() then
+ if you.saprovorous() == 3 then
+ return "\nIt smells great!"
+ else
+ return "\nIt stinks."
+ end
+else
+ return ""
+end
+}}
+%%%%%
rotting hulk
A shambling undead creature, related to the ghoul.