1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-14 02:33:51 +02:00

Merge remote-tracking branch 'dydzio/configurable-autobattle-spells' into configurable-autobattle-spells

This commit is contained in:
Dydzio 2023-08-21 20:10:04 +02:00
commit 764608f100

View File

@ -13,9 +13,9 @@ struct AutocombatPreferences
{ {
bool enableSpellsUsage = true; bool enableSpellsUsage = true;
//TODO: below options exist in original H3, consider usefulness of mixed human-AI combat when enabling autocombat inside battle //TODO: below options exist in original H3, consider usefulness of mixed human-AI combat when enabling autocombat inside battle
bool enableUnitsUsage = true; // bool enableUnitsUsage = true;
bool enableCatapultUsage = true; // bool enableCatapultUsage = true;
bool enableBallistaUsage = true; // bool enableBallistaUsage = true;
bool enableFirstAidTendUsage = true; // bool enableFirstAidTendUsage = true;
}; };