Merge pull request #12068 from reaperrr/laser-features1
Add several features to LaserZap
This commit is contained in:
@@ -441,6 +441,13 @@ namespace OpenRA.Mods.Common.UtilityCommands
|
||||
node.Key = "Speed";
|
||||
}
|
||||
|
||||
// Rename LaserZap BeamDuration to just Duration
|
||||
if (engineVersion < 20161009)
|
||||
{
|
||||
if (node.Key == "BeamDuration")
|
||||
node.Key = "Duration";
|
||||
}
|
||||
|
||||
UpgradeWeaponRules(modData, engineVersion, ref node.Value.Nodes, node, depth + 1);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user