summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ouch.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/ouch.cc')
-rw-r--r--crawl-ref/source/ouch.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/crawl-ref/source/ouch.cc b/crawl-ref/source/ouch.cc
index 0ba00752e0..7f61b825bf 100644
--- a/crawl-ref/source/ouch.cc
+++ b/crawl-ref/source/ouch.cc
@@ -666,7 +666,9 @@ void lose_level()
you.hp, you.hp_max, you.magic_points, you.max_magic_points);
take_note(Note(NOTE_XP_LEVEL_CHANGE, you.experience_level, 0, buf));
+ redraw_skill(you.your_name, player_title());
you.redraw_experience = true;
+
xom_is_stimulated(255);
}
@@ -736,10 +738,7 @@ void drain_exp(bool announce_full)
you.redraw_experience = true;
if (you.experience < exp_needed(you.experience_level + 1))
- {
lose_level();
- redraw_skill(you.your_name, player_title());
- }
}
}