From 45a09488443ebf4a839a195f2f1edb4406d54fe6 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 28 May 2024 15:41:04 +0200 Subject: fix logging for imaginary player --- play.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'play.js') diff --git a/play.js b/play.js index dde9f1e..5436ba4 100644 --- a/play.js +++ b/play.js @@ -67,8 +67,8 @@ for (let s of data.type.objective1_imperial) set_add(objective1[P_IMPERIAL], s) for (let s of data.type.objective2_imperial) set_add(objective2[P_IMPERIAL], s) for (let s of data.type.objective_france) set_add(objective1[P_FRANCE], s) -const power_class = [ "prussia", "hanover", "russia", "sweden", "austria", "imperial", "france" ] -const power_name = [ "Prussia", "Hanover", "Russia", "Sweden", "Austria", "Imperial Army", "France" ] +const power_class = [ "prussia", "hanover", "russia", "sweden", "austria", "imperial", "france", "imaginary" ] +const power_name = [ "Prussia", "Hanover", "Russia", "Sweden", "Austria", "Imperial Army", "France", "Imaginary" ] const GENERAL_POWER = [ 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 2, 2, 2, 2, 3, 4, 4, 4, 4, 4, 5, 6, 6, 6 ] -- cgit v1.2.3