summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules.js b/rules.js
index e4a76a6..de31125 100644
--- a/rules.js
+++ b/rules.js
@@ -901,6 +901,8 @@ function can_block_continue(who, from, to) {
}
function can_block_retreat_to(who, to) {
+ if (is_enemy_exile_area(to))
+ return false
if (is_friendly_area(to) || is_vacant_area(to)) {
let from = game.location[who]
if (can_block_use_border(who, from, to)) {