diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-07-09 18:53:34 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-11-16 19:19:39 +0100 |
commit | e4c704c492c17b95c4deebb1abb903fc798219a9 (patch) | |
tree | 6cac782618ef1827c82b0f3dece1a294a0943b63 | |
parent | bee629238edb5411a557a52ba38ed7b1a93033cb (diff) | |
download | crusader-rex-e4c704c492c17b95c4deebb1abb903fc798219a9.tar.gz |
crusader: Hide crusaders in staging area from Saracen.
-rw-r--r-- | ui.js | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -466,8 +466,6 @@ function is_known_block(info, who) { if (info.owner == player || info.owner == ASSASSINS || who == game.assassinate) return true; let town = game.location[who]; - if (town == ENGLAND || town == FRANCE || town == GERMANIA) - return true; if (town == DEAD) return true; return false; |