1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

Merge pull request #4476 from IvanSavenko/mod_repo_160

Use 1.6 repository for mods
This commit is contained in:
Ivan Savenko 2024-08-19 00:06:08 +03:00 committed by GitHub
commit 2a54de7569
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -587,7 +587,7 @@
},
"defaultRepositoryURL" : {
"type" : "string",
"default" : "https://raw.githubusercontent.com/vcmi/vcmi-mods-repository/develop/vcmi-1.5.json",
"default" : "https://raw.githubusercontent.com/vcmi/vcmi-mods-repository/develop/vcmi-1.6.json",
},
"extraRepositoryEnabled" : {
"type" : "boolean",

View File

@ -763,7 +763,7 @@ void BattleFlowProcessor::stackTurnTrigger(const CBattleInfoCallback & battle, c
auto &levelInfo = spell->getLevelInfo(bonus->val);
bool isDamageSpell = spell->isDamage() || spell->isOffensive();
if (!isDamageSpell || levelInfo.smartTarget || levelInfo.range != "X")
if (!isDamageSpell || levelInfo.smartTarget || !levelInfo.range.empty())
{
parameters.massive = true;
parameters.smart = true;