summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/abl-show.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/abl-show.cc')
-rw-r--r--crawl-ref/source/abl-show.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/abl-show.cc b/crawl-ref/source/abl-show.cc
index 116e8336a6..d8f50a7997 100644
--- a/crawl-ref/source/abl-show.cc
+++ b/crawl-ref/source/abl-show.cc
@@ -949,7 +949,7 @@ static bool do_ability(const ability_def& abil)
case ABIL_EVOKE_TELEPORTATION: // ring of teleportation
case ABIL_TELEPORTATION: // teleport mut
if (you.mutation[MUT_TELEPORT_AT_WILL] == 3)
- you_teleport2( true, true ); // instant and to new area of Abyss
+ you_teleport_now( true, true ); // instant and to new area of Abyss
else
you_teleport();