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.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells3.cc b/crawl-ref/source/spells3.cc
index 698f2e7e3d..ead8d5698e 100644
--- a/crawl-ref/source/spells3.cc
+++ b/crawl-ref/source/spells3.cc
@@ -637,7 +637,7 @@ static bool teleport_player( bool allow_control, bool new_abyss_area )
else
{
// controlling teleport contaminates the player -- bwr
- contaminate_player(1);
+ contaminate_player(1, true);
}
}
} // end "if is_controlled"