summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/directn.cc
diff options
context:
space:
mode:
authorlain <lain@maureen.(none)>2013-05-07 19:51:55 -0700
committerlain <lain@maureen.(none)>2013-05-07 20:00:24 -0700
commit6d576b5e4f5bd124e3b918990fb46e2124d765f2 (patch)
treefbc470b15eba28a2a0bc818232593ce26b9fb6f2 /crawl-ref/source/directn.cc
parentdc88342323d0bbeac2ff5640d0e1747c205ad5c2 (diff)
downloadcrawl-ref-6d576b5e4f5bd124e3b918990fb46e2124d765f2.tar.gz
crawl-ref-6d576b5e4f5bd124e3b918990fb46e2124d765f2.zip
rough implementation of newskald spells
new spells: infusion, song of slaying, spectral weapon, spirit shield new book: book of battle new mons: MONS_SPECTRAL_WEAPON
Diffstat (limited to 'crawl-ref/source/directn.cc')
-rw-r--r--crawl-ref/source/directn.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/directn.cc b/crawl-ref/source/directn.cc
index af617c7fd5..a7ad80e2f4 100644
--- a/crawl-ref/source/directn.cc
+++ b/crawl-ref/source/directn.cc
@@ -3648,7 +3648,7 @@ string get_monster_equipment_desc(const monster_info& mi,
// true rakshasa when it summons. But Mara is fine, because his weapons
// and armour are cloned with him.
- if (mi.type != MONS_DANCING_WEAPON)
+ if (mi.type != MONS_DANCING_WEAPON && mi.type != MONS_SPECTRAL_WEAPON)
weap = _describe_monster_weapon(mi, level == DESC_IDENTIFIED);
else if (level == DESC_IDENTIFIED)
return " " + mi.full_name(DESC_A);