summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2021-06-19 21:50:38 +0200
committerTor Andersson <tor@ccxvii.net>2022-11-16 19:12:55 +0100
commit89ac1f61defbf542b97d16fd1eb3232392e3b505 (patch)
treefa485becf1a2ff292dcf58812fd01d965848fb1d /rules.js
parent7fb65c1a16c61711a515549394b9e5f8dec93919 (diff)
downloadrichard-iii-89ac1f61defbf542b97d16fd1eb3232392e3b505.tar.gz
Small fixes to block games.
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules.js b/rules.js
index 403ca04..0adffaa 100644
--- a/rules.js
+++ b/rules.js
@@ -872,6 +872,7 @@ function can_block_muster_via(who, from, next, muster) {
return true;
}
}
+ return false;
}
function can_block_muster(who, muster) {