summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/travel.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/travel.cc')
-rw-r--r--crawl-ref/source/travel.cc19
1 files changed, 0 insertions, 19 deletions
diff --git a/crawl-ref/source/travel.cc b/crawl-ref/source/travel.cc
index 3b5a0f36ba..8eb88c5bff 100644
--- a/crawl-ref/source/travel.cc
+++ b/crawl-ref/source/travel.cc
@@ -3831,25 +3831,6 @@ void runrest::clear()
_reset_zigzag_info();
}
-void runrest::check_hp()
-{
- if (is_rest() && you.hp == you.hp_max && you.hp > hp)
- {
- mpr("HP restored.");
- stop();
- }
-}
-
-void runrest::check_mp()
-{
- if (is_rest() && you.magic_points == you.max_magic_points
- && you.magic_points > mp)
- {
- mpr("Magic restored.");
- stop();
- }
-}
-
/////////////////////////////////////////////////////////////////////////////
// explore_discoveries