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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user