summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/item_use.cc
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-12-06 15:40:17 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-12-06 15:40:17 +0000
commit2e8e0ffb7fae1ac6acf35e941153f697edcd1ac3 (patch)
tree6028c470764e2621fc3ee58ece265a1676e0f7cf /crawl-ref/source/item_use.cc
parentaab6e642f58f5361a6a941ce5d5a750e11b7d2e6 (diff)
downloadcrawl-ref-2e8e0ffb7fae1ac6acf35e941153f697edcd1ac3.tar.gz
crawl-ref-2e8e0ffb7fae1ac6acf35e941153f697edcd1ac3.zip
Fix 1845534 (bad naming for brands.)
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3013 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/item_use.cc')
-rw-r--r--crawl-ref/source/item_use.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc
index 61c6198176..5d6413734d 100644
--- a/crawl-ref/source/item_use.cc
+++ b/crawl-ref/source/item_use.cc
@@ -606,7 +606,7 @@ void wield_effects(int item_wield_2, bool showMsgs)
switch (i_dam)
{
case SPWPN_PROTECTION:
- you.redraw_armour_class = 1;
+ you.redraw_armour_class = true;
break;
case SPWPN_DISTORTION: