projects
/
crawl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(from parent 1:
3cf0328
)
avoid "the Serpent of Hell the spectral Serpent of Hell"
author
Jesse Luehrs
<doy@tozt.net>
Tue, 26 Apr 2016 05:43:59 +0000 (
01:43
-0400)
committer
Jesse Luehrs
<doy@tozt.net>
Tue, 26 Apr 2016 05:43:59 +0000 (
01:43
-0400)
crawl-ref/source/mon-util.cc
patch
|
blob
|
history
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;