summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;