Upgrade mod rules.

This commit is contained in:
Paul Chote
2014-08-09 22:06:33 +12:00
parent 7e92ba9fdd
commit 7fb31dd3aa
3 changed files with 14 additions and 14 deletions

View File

@@ -409,7 +409,7 @@ namespace OpenRA.Utility
}
// Modifiers were changed to integer percentages
if (engineVersion < 20140809)
if (engineVersion < 20140812)
{
if (depth == 2 && node.Key == "ClosedDamageMultiplier" && parentKey == "AttackPopupTurreted")
ConvertFloatArrayToPercentArray(ref node.Value.Value);