summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/externs.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/externs.h')
-rw-r--r--crawl-ref/source/externs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/externs.h b/crawl-ref/source/externs.h
index 8f0ae5144a..6d9ab7909c 100644
--- a/crawl-ref/source/externs.h
+++ b/crawl-ref/source/externs.h
@@ -638,6 +638,10 @@ public:
FixedVector<bool, 50> practise_skill;
FixedVector<unsigned int, 50> skill_points;
FixedVector<unsigned char, 50> skill_order;
+
+ skill_type sage_bonus_skill; // if Sage is in effect, which skill it affects
+ int sage_bonus_degree; // how much bonus XP to give in that skill
+
int skill_cost_level;
int total_skill_points;
int exp_available;