From e4c704c492c17b95c4deebb1abb903fc798219a9 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 9 Jul 2021 18:53:34 +0200 Subject: crusader: Hide crusaders in staging area from Saracen. --- ui.js | 2 -- 1 file changed, 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; -- cgit v1.2.3