summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/it_use2.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-11-11 00:25:32 +0100
committerAdam Borowski <kilobyte@angband.pl>2009-11-11 00:26:45 +0100
commit12ec86d5f81b19869b4136c12427407ed9d941bd (patch)
tree048734758ff64e20b58dbabaac64ea30ced87d3d /crawl-ref/source/it_use2.cc
parent03d90bdfaa772d75e8db09f72350e7feb5809b94 (diff)
downloadcrawl-ref-12ec86d5f81b19869b4136c12427407ed9d941bd.tar.gz
crawl-ref-12ec86d5f81b19869b4136c12427407ed9d941bd.zip
Quaffing an unided potion of berserk rage is "unintentional" berserk -- it matters for Che.
Diffstat (limited to 'crawl-ref/source/it_use2.cc')
-rw-r--r--crawl-ref/source/it_use2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/it_use2.cc b/crawl-ref/source/it_use2.cc
index 15d26aae73..b8cee7b101 100644
--- a/crawl-ref/source/it_use2.cc
+++ b/crawl-ref/source/it_use2.cc
@@ -421,7 +421,7 @@ bool potion_effect(potion_type pot_eff, int pow, bool drank_it, bool was_known)
}
else
{
- if (go_berserk(true))
+ if (go_berserk(was_known))
xom_is_stimulated(64);
}
break;