1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-28 03:57:02 +02:00

Merge pull request #4692 from dydzio0614/change-default-ai

Change default neutral creatures AI to BattleAI
This commit is contained in:
Ivan Savenko 2024-10-01 15:28:43 +03:00 committed by GitHub
commit 46ed052714
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -509,7 +509,7 @@
}, },
"neutralAI" : { "neutralAI" : {
"type" : "string", "type" : "string",
"default" : "StupidAI" "default" : "BattleAI"
}, },
"enemyAI" : { "enemyAI" : {
"type" : "string", "type" : "string",