summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/it_use2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/it_use2.cc')
-rw-r--r--crawl-ref/source/it_use2.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/it_use2.cc b/crawl-ref/source/it_use2.cc
index 5ee28cd004..daa3f14ab9 100644
--- a/crawl-ref/source/it_use2.cc
+++ b/crawl-ref/source/it_use2.cc
@@ -371,6 +371,7 @@ bool unwield_item(bool showMsgs)
you.equip[EQ_WEAPON] = -1;
you.special_wield = SPWLD_NONE;
you.wield_change = true;
+ you.quiver_change = true;
item_def &item(you.inv[unw]);
@@ -492,7 +493,7 @@ bool unwield_item(bool showMsgs)
if (item.base_type == OBJ_STAVES && item.sub_type == STAFF_POWER)
{
calc_mp();
- mpr("You fell your mana capacity decrease.");
+ mpr("You feel your mana capacity decrease.");
}
return (true);