From 64186a7f490167a04e5dde149079091d9b2d9928 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 20 Jun 2021 01:22:05 +0200 Subject: crusader: Stuff --- data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data.js') diff --git a/data.js b/data.js index dd77abc..2d138af 100644 --- a/data.js +++ b/data.js @@ -127,7 +127,7 @@ const PORTS = []; if (order == 'Nomads') id += " " + nomads[name]++; if (name == 'Reynald' || name == 'Raymond') - id += " " + home; + id += " (" + home + ")"; if (id in BLOCKS) throw Error("Name clash: " + id + " order:"+order + " " + JSON.stringify(nomads)); BLOCKS[id] = { -- cgit v1.2.3