summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.h
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2009-12-02 13:18:34 +1000
committerJude Brown <bookofjude@users.sourceforge.net>2009-12-02 13:18:34 +1000
commitb16b25683f1733cdea0214e7914218d40b3b518f (patch)
treea549720015bc73f3f3b2924312343faf02565602 /crawl-ref/source/spells3.h
parentbd1ceb7e5828fd5f550ed66d82088689741035fc (diff)
downloadcrawl-ref-b16b25683f1733cdea0214e7914218d40b3b518f.tar.gz
crawl-ref-b16b25683f1733cdea0214e7914218d40b3b518f.zip
Wizard-mode controlled teleport (Ctrl-B).
Instantaneous, non-contaminating controlled teleport. Bypasses FPROP_NO_CTELE_INTO as well as -TELE artefacts.
Diffstat (limited to 'crawl-ref/source/spells3.h')
-rw-r--r--crawl-ref/source/spells3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells3.h b/crawl-ref/source/spells3.h
index 394df3e9fe..0721dc9b83 100644
--- a/crawl-ref/source/spells3.h
+++ b/crawl-ref/source/spells3.h
@@ -63,7 +63,7 @@ bool cast_haunt(int pow, const coord_def& where, god_type god = GOD_NO_GOD);
bool cast_death_channel(int pow, god_type god = GOD_NO_GOD);
void you_teleport();
-void you_teleport_now(bool allow_control, bool new_abyss_area = false);
+void you_teleport_now(bool allow_control, bool new_abyss_area = false, bool wizard = false);
#endif