summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/acr.cc')
-rw-r--r--crawl-ref/source/acr.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index 9a5cb5df02..c91ce1fe86 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -1871,7 +1871,8 @@ static void decrement_durations()
else if (you.duration[DUR_TELEPORT] == 1)
{
// only to a new area of the abyss sometimes (for abyss teleports)
- you_teleport_now( true, one_chance_in(5) );
+ you_teleport_now( true, one_chance_in(5) );
+ untag_followers();
you.duration[DUR_TELEPORT] = 0;
}