summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-06 19:31:24 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-06 19:31:24 -0600
commit35cf70955a65e87122c3f2078ae8436654c77879 (patch)
tree64834ab45ca402caee11c6dcfff49fc058d63eaf
parent416e70038e78daea63bffb47e6d05ce6b6de7da8 (diff)
downloadcrawl-ref-35cf70955a65e87122c3f2078ae8436654c77879.tar.gz
crawl-ref-35cf70955a65e87122c3f2078ae8436654c77879.zip
Update the list of brands that TSO's weapon blessing can override.
-rw-r--r--crawl-ref/source/religion.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index b68d47c3bb..81929195db 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -1586,6 +1586,7 @@ static bool _tso_blessing_holy_wpn(monsters* mon)
if (is_artefact(wpn) || is_range_weapon(wpn)
|| (wpn_brand != SPWPN_NORMAL && wpn_brand != SPWPN_DRAINING
&& wpn_brand != SPWPN_PAIN && wpn_brand != SPWPN_VAMPIRICISM
+ && wpn_brand != SPWPN_REAPING && wpn_brand != SPWPN_CHAOS
&& wpn_brand != SPWPN_VENOM))
{
return (false);