summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.h
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2014-07-26 22:55:35 -0400
committerNeil Moore <neil@s-z.org>2014-07-26 22:55:35 -0400
commit421ad785ff4df1a8811fd9fd3ef56f1ab6d429e9 (patch)
treeaf029e0d02b9a5265f6699234d527506461b31c6 /crawl-ref/source/player.h
parentebbff481bc02d783952a9eebd4f051b95f40f2c5 (diff)
downloadcrawl-ref-421ad785ff4df1a8811fd9fd3ef56f1ab6d429e9.tar.gz
crawl-ref-421ad785ff4df1a8811fd9fd3ef56f1ab6d429e9.zip
Remove base max MP adjustment.
Only the 2 MP tutorial bonus used it; combine that with the max MP decrease from self-restoration and device recharging.
Diffstat (limited to 'crawl-ref/source/player.h')
-rw-r--r--crawl-ref/source/player.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h
index ab3d53debe..2d16324bfd 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -63,8 +63,7 @@ public:
int magic_points;
int max_magic_points;
- int mp_max_adj; // max MP loss from ability costs (post-stepdown)
- int mp_max_adj_base; // base MPs from background (pre-stepdown)
+ int mp_max_adj; // max MP loss (ability costs, tutorial bonus)
FixedVector<int8_t, NUM_STATS> stat_loss;
FixedVector<int8_t, NUM_STATS> base_stats;