summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2021-07-09 18:53:34 +0200
committerTor Andersson <tor@ccxvii.net>2022-11-16 19:19:39 +0100
commite4c704c492c17b95c4deebb1abb903fc798219a9 (patch)
tree6cac782618ef1827c82b0f3dece1a294a0943b63
parentbee629238edb5411a557a52ba38ed7b1a93033cb (diff)
downloadcrusader-rex-e4c704c492c17b95c4deebb1abb903fc798219a9.tar.gz
crusader: Hide crusaders in staging area from Saracen.
-rw-r--r--ui.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui.js b/ui.js
index 3f5763b..34297f9 100644
--- a/ui.js
+++ b/ui.js
@@ -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;