Upgrade rules for increasing HP and damage by 100x for the TS mod
This commit is contained in:
@@ -1308,7 +1308,7 @@ namespace OpenRA.Mods.Common.UtilityCommands
|
||||
if (engineVersion < 20171212)
|
||||
{
|
||||
var mod = modData.Manifest.Id;
|
||||
if (mod == "cnc" || mod == "ra" || mod == "d2k")
|
||||
if (mod == "cnc" || mod == "ra" || mod == "d2k" || mod == "ts")
|
||||
{
|
||||
if (node.Key == "HP" && parent.Key == "Health")
|
||||
{
|
||||
@@ -1754,7 +1754,7 @@ namespace OpenRA.Mods.Common.UtilityCommands
|
||||
if (engineVersion < 20171212)
|
||||
{
|
||||
var mod = modData.Manifest.Id;
|
||||
if (mod == "cnc" || mod == "ra" || mod == "d2k")
|
||||
if (mod == "cnc" || mod == "ra" || mod == "d2k" || mod == "ts")
|
||||
{
|
||||
if (node.Key == "Damage" && (parent.Value.Value == "SpreadDamage" || parent.Value.Value == "TargetDamage"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user