summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/player.cc')
-rw-r--r--crawl-ref/source/player.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index d488080672..e0b7e6ac79 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -2748,7 +2748,10 @@ int burden_change(void)
you.burden_state = BS_OVERLOADED;
if (old_burdenstate != you.burden_state)
+ {
mpr("You are being crushed by all of your possessions.");
+ learned_something_new(TUT_HEAVY_LOAD);
+ }
}
// Stop travel if we get burdened (as from potions of might/levitation