Fix aspect of the avian party tab export (#6837)

* fix aspect of the avian party tab export

* fix aspect of the avian not double applying to minions

* fix mod export
This commit is contained in:
Regisle
2023-12-01 18:09:52 +10:30
committed by GitHub
parent b7ddee6b84
commit c9bea9d04f
7 changed files with 24 additions and 20 deletions

View File

@@ -207,7 +207,7 @@ function modLib.formatMod(mod)
end
function modLib.formatSourceMod(mod)
return s_format("%s|%s|%s", mod.value, mod.source, modLib.formatModParams(mod))
return s_format("%s|%s|%s", modLib.formatValue(mod.value), mod.source, modLib.formatModParams(mod))
end
function modLib.setSource(mod, source)