projects
/
crawl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
avoid "the Serpent of Hell the spectral Serpent of Hell"
[crawl.git]
/
crawl-ref
/
source
/
mon-util.cc
diff --git
a/crawl-ref/source/mon-util.cc
b/crawl-ref/source/mon-util.cc
index
235ec59
..
13f047e
100644
(file)
--- a/
crawl-ref/source/mon-util.cc
+++ b/
crawl-ref/source/mon-util.cc
@@
-1746,6
+1746,10
@@
void name_zombie(monster* mon, monster_type mc, const string &mon_name)
mon->mname = "Enchantress";
mon->flags |= MF_NAME_ADJECTIVE;
}
+ else if (mons_species(mc) == MONS_SERPENT_OF_HELL)
+ {
+ mon->mname = "";
+ }
if (starts_with(mon->mname, "shaped "))
mon->flags |= MF_NAME_SUFFIX;