mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
Merge remote-tracking branch 'dydzio/configurable-autobattle-spells' into configurable-autobattle-spells
This commit is contained in:
commit
764608f100
@ -13,9 +13,9 @@ struct AutocombatPreferences
|
||||
{
|
||||
bool enableSpellsUsage = true;
|
||||
//TODO: below options exist in original H3, consider usefulness of mixed human-AI combat when enabling autocombat inside battle
|
||||
bool enableUnitsUsage = true;
|
||||
bool enableCatapultUsage = true;
|
||||
bool enableBallistaUsage = true;
|
||||
bool enableFirstAidTendUsage = true;
|
||||
// bool enableUnitsUsage = true;
|
||||
// bool enableCatapultUsage = true;
|
||||
// bool enableBallistaUsage = true;
|
||||
// bool enableFirstAidTendUsage = true;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user