Disable sabotaging by default.

This commit is contained in:
Paul Chote
2018-09-29 18:01:14 +01:00
committed by abcdefg30
parent db1f794beb
commit e50b0b193d

View File

@@ -27,7 +27,7 @@ namespace OpenRA.Mods.Common.Traits
[Desc("Targets with health above this percentage will be sabotaged instead of captured.", [Desc("Targets with health above this percentage will be sabotaged instead of captured.",
"Set to 0 to disable sabotaging.")] "Set to 0 to disable sabotaging.")]
public readonly int SabotageThreshold = 50; public readonly int SabotageThreshold = 0;
[Desc("Sabotage damage expressed as a percentage of maximum target health.")] [Desc("Sabotage damage expressed as a percentage of maximum target health.")]
public readonly int SabotageHPRemoval = 50; public readonly int SabotageHPRemoval = 50;