summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-transloc.h
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2011-11-15 15:47:28 +0000
committerChris Campbell <chriscampbell89@gmail.com>2011-11-15 16:01:36 +0000
commit6620a2597b2564b95d52059bc41d05312bc5fe41 (patch)
tree23f571b93fa186e4ee21d3f2016771026ce1ef1d /crawl-ref/source/spl-transloc.h
parentdecbcea97450d2ea63552e25264e1be9c8aec967 (diff)
downloadcrawl-ref-6620a2597b2564b95d52059bc41d05312bc5fe41.tar.gz
crawl-ref-6620a2597b2564b95d52059bc41d05312bc5fe41.zip
Don't let stasis block Abyss shifts or Lugonu's bend space
Diffstat (limited to 'crawl-ref/source/spl-transloc.h')
-rw-r--r--crawl-ref/source/spl-transloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-transloc.h b/crawl-ref/source/spl-transloc.h
index 259e94a49a..a05ebbe0fd 100644
--- a/crawl-ref/source/spl-transloc.h
+++ b/crawl-ref/source/spl-transloc.h
@@ -7,7 +7,7 @@ spret_type cast_controlled_blink(int pow, bool fail);
int blink(int pow, bool high_level_controlled_blink, bool wizard_blink = false,
std::string *pre_msg = NULL);
spret_type cast_blink(bool allow_partial_control, bool fail);
-void random_blink(bool, bool override_abyss = false);
+void random_blink(bool, bool override_abyss = false, bool override_stasis = false);
bool allow_control_teleport(bool quiet = false);
spret_type cast_teleport_self(bool fail);