From b0830a837baabcdabd89ca5698d774567c05bb67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Zieli=C5=84ski?= Date: Sun, 29 Oct 2023 09:35:38 +0100 Subject: [PATCH] Fixed template with no starting towns for players 3 and 4. --- Mods/vcmi/config/vcmi/rmg/symmetric/2sm2i(2).JSON | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Mods/vcmi/config/vcmi/rmg/symmetric/2sm2i(2).JSON b/Mods/vcmi/config/vcmi/rmg/symmetric/2sm2i(2).JSON index b93afd0c0..bf6bc85e0 100644 --- a/Mods/vcmi/config/vcmi/rmg/symmetric/2sm2i(2).JSON +++ b/Mods/vcmi/config/vcmi/rmg/symmetric/2sm2i(2).JSON @@ -2,7 +2,8 @@ "2SM2i(2)" : { "minSize" : "s", "maxSize" : "m+u", - "players" : "2-4", + "players" : "2", + "cpu": "1-2", "zones" : { "1" : @@ -32,7 +33,7 @@ }, "3" : { - "type" : "playerStart", + "type" : "treasure", "size" : 11, "monsters" : "normal", "minesLikeZone" : 1, @@ -54,7 +55,7 @@ }, "5" : { - "type" : "playerStart", + "type" : "treasure", "size" : 11, "monsters" : "normal", "neutralTowns" : { "towns" : 1 },