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:
commit
764608f100
@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user