From b16b25683f1733cdea0214e7914218d40b3b518f Mon Sep 17 00:00:00 2001 From: Jude Brown Date: Wed, 2 Dec 2009 13:18:34 +1000 Subject: Wizard-mode controlled teleport (Ctrl-B). Instantaneous, non-contaminating controlled teleport. Bypasses FPROP_NO_CTELE_INTO as well as -TELE artefacts. --- crawl-ref/source/monster.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/monster.cc') diff --git a/crawl-ref/source/monster.cc b/crawl-ref/source/monster.cc index f61b8dd4f8..ff9a0134c4 100644 --- a/crawl-ref/source/monster.cc +++ b/crawl-ref/source/monster.cc @@ -3515,7 +3515,7 @@ void monsters::blink(bool) monster_blink(this); } -void monsters::teleport(bool now, bool) +void monsters::teleport(bool now, bool, bool) { monster_teleport(this, now, false); } -- cgit v1.2.3-54-g00ecf