summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/skills.cc
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-11-30 11:04:07 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-11-30 11:04:07 +0000
commitbdcd305d09236d064dfd0dd695dd4f4a0f205030 (patch)
tree86ff506b5b47f1e6560f6686d130c06338c50554 /crawl-ref/source/skills.cc
parentf6a1d5082c4ae9853ded65581030b86f5c7991fb (diff)
downloadcrawl-ref-bdcd305d09236d064dfd0dd695dd4f4a0f205030.tar.gz
crawl-ref-bdcd305d09236d064dfd0dd695dd4f4a0f205030.zip
Added Sage card, which boosts skill training.
[Side note: rm saves/ * is a bad idea.] git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2945 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/skills.cc')
-rw-r--r--crawl-ref/source/skills.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/skills.cc b/crawl-ref/source/skills.cc
index af9dd22cee..9f7a5eb2a1 100644
--- a/crawl-ref/source/skills.cc
+++ b/crawl-ref/source/skills.cc
@@ -389,7 +389,7 @@ static int exercise2( int exsk )
if (you.exp_available < 0)
you.exp_available = 0;
- you.redraw_experience = 1;
+ you.redraw_experience = true;
/*
New (LH): debugging bit: when you exercise a skill, displays the skill
@@ -457,7 +457,7 @@ static int exercise2( int exsk )
|| exsk == SK_ICE_MAGIC || exsk == SK_EARTH_MAGIC
|| you.duration[ DUR_TRANSFORMATION ] > 0)
{
- you.redraw_armour_class = 1;
+ you.redraw_armour_class = true;
}
const unsigned char best = best_skill( SK_FIGHTING,