summaryrefslogtreecommitdiffstats
path: root/crawl-ref/docs/develop
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2014-03-28 23:45:25 -0400
committerNeil Moore <neil@s-z.org>2014-03-28 23:55:13 -0400
commit6275a2875628b57420e9052eb3a101c05c5d4e89 (patch)
tree25b20ed8e3012a05779061d69e71813783c6269f /crawl-ref/docs/develop
parent198c3de14e86514cf39287bf68f73ed5cbe5325b (diff)
downloadcrawl-ref-6275a2875628b57420e9052eb3a101c05c5d4e89.tar.gz
crawl-ref-6275a2875628b57420e9052eb3a101c05c5d4e89.zip
Document tiles side-effect of name_species.
Added in 0.11-a0-2129-gb288258. Also remove an out-of-date reference to name_species' effect on articles.
Diffstat (limited to 'crawl-ref/docs/develop')
-rw-r--r--crawl-ref/docs/develop/levels/syntax.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/docs/develop/levels/syntax.txt b/crawl-ref/docs/develop/levels/syntax.txt
index d07a6059ff..77aaf98c6c 100644
--- a/crawl-ref/docs/develop/levels/syntax.txt
+++ b/crawl-ref/docs/develop/levels/syntax.txt
@@ -893,10 +893,10 @@ MONS: (list of monsters)
Is exactly the same as:
MONS: kobold name:goblin name_replace name_descriptor name_definite
- name_species will make use the name for corpses as-is, without
- prefixing it with "kobold corpse of X" for name_replace; it will
- also prevent turning articles into definite unless where forced by
- name_definite or grammar.
+ name_species uses the name for corpses as-is, without prefixing it
+ with "kobold corpse of X" for name_replace. It also avoids the usual
+ name tag that displays above unique and renamed monsters in local
+ tiles.
name_zombie can be used to redefine already zombified monsters
(including skeletons, simulacra and spectrals).