summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player-equip.cc
diff options
context:
space:
mode:
authorShmuale Mark <shm.mark@gmail.com>2014-04-25 12:26:31 -0400
committerShmuale Mark <shm.mark@gmail.com>2014-04-25 12:26:31 -0400
commit7dd1917b8eefe17abb3b4a6c787809f5643e174a (patch)
tree8bfe4a6993a5213d0a46fa7d0be70aca1ef01b55 /crawl-ref/source/player-equip.cc
parentac418c794ebd79e0bc7713c128aca8336f13094c (diff)
downloadcrawl-ref-7dd1917b8eefe17abb3b4a6c787809f5643e174a.tar.gz
crawl-ref-7dd1917b8eefe17abb3b4a6c787809f5643e174a.zip
Add something missed in the last commit.
Diffstat (limited to 'crawl-ref/source/player-equip.cc')
-rw-r--r--crawl-ref/source/player-equip.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/player-equip.cc b/crawl-ref/source/player-equip.cc
index 98c1f662c5..c4e4ef66c4 100644
--- a/crawl-ref/source/player-equip.cc
+++ b/crawl-ref/source/player-equip.cc
@@ -390,11 +390,11 @@ static void _unequip_artefact_effect(item_def &item,
: MSG_MANA_INCREASE);
}
- notify_stat_change(STAT_STR, -proprt[ARTP_STRENGTH], false, item,
+ notify_stat_change(STAT_STR, -proprt[ARTP_STRENGTH], true, item,
true);
- notify_stat_change(STAT_INT, -proprt[ARTP_INTELLIGENCE], false, item,
+ notify_stat_change(STAT_INT, -proprt[ARTP_INTELLIGENCE], true, item,
true);
- notify_stat_change(STAT_DEX, -proprt[ARTP_DEXTERITY], false, item,
+ notify_stat_change(STAT_DEX, -proprt[ARTP_DEXTERITY], true, item,
true);
if (proprt[ARTP_FLY] != 0 && you.cancellable_flight()