Added new tile generation to the game
This commit is contained in:
@@ -20,7 +20,7 @@ public class SteamWorksHandler : MonoBehaviour
|
||||
{
|
||||
if (counterForest != -1 && !isGodMode())
|
||||
{
|
||||
if (tiletype == "Forest")
|
||||
if (tiletype.ToLower() == "forest")
|
||||
{
|
||||
counterForest++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user