summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells3.cc')
-rw-r--r--crawl-ref/source/spells3.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/crawl-ref/source/spells3.cc b/crawl-ref/source/spells3.cc
index b5a318829e..a80a72fb5c 100644
--- a/crawl-ref/source/spells3.cc
+++ b/crawl-ref/source/spells3.cc
@@ -1285,6 +1285,11 @@ static bool _teleport_player( bool allow_control, bool new_abyss_area )
// delays.
interrupt_activity( AI_TELEPORT );
+ // Update what we can see at the current location in case something
+ // hapened in the exact turn that we teleported (like picking up
+ // and item).
+ viewwindow(true, false);
+
if (you.duration[DUR_CONDENSATION_SHIELD] > 0)
{
you.duration[DUR_CONDENSATION_SHIELD] = 0;