summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells3.cc')
-rw-r--r--crawl-ref/source/spells3.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/spells3.cc b/crawl-ref/source/spells3.cc
index 6ceb3fb857..87b96f7974 100644
--- a/crawl-ref/source/spells3.cc
+++ b/crawl-ref/source/spells3.cc
@@ -1101,10 +1101,9 @@ void cast_poison_ammo(void)
mprf("%s %s covered in a thin film of poison.", old_desc,
(you.inv[ammo].quantity == 1) ? "is" : "are");
+ you.quiver_change = true;
if (ammo == you.equip[EQ_WEAPON])
you.wield_change = true;
- else if (ammo == you.quiver[get_quiver_type()])
- you.quiver_change = true;
}
else
{