summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player-reacts.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/player-reacts.cc')
-rw-r--r--crawl-ref/source/player-reacts.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/player-reacts.cc b/crawl-ref/source/player-reacts.cc
index 010d5bec35..50f41bb2b5 100644
--- a/crawl-ref/source/player-reacts.cc
+++ b/crawl-ref/source/player-reacts.cc
@@ -1306,5 +1306,7 @@ void extract_manticore_spikes(const char* endmsg)
// Otherwise, this prevents the damage.
you.attribute[ATTR_BARBS_POW] = 0;
+
+ you.props.erase(BARBS_MOVE_KEY);
}
}