Added new tile generation to the game

This commit is contained in:
TAASONI3
2023-12-06 17:02:34 +01:00
parent 3640f8a21f
commit 5fd78ed030
20 changed files with 941 additions and 982 deletions

View File

@@ -20,7 +20,7 @@ public class SteamWorksHandler : MonoBehaviour
{
if (counterForest != -1 && !isGodMode())
{
if (tiletype == "Forest")
if (tiletype.ToLower() == "forest")
{
counterForest++;
}