Merge pull request #8714 from matija-hustic/spy_veterancy_leftovers
Spy veterancy leftovers
This commit is contained in:
@@ -95,12 +95,12 @@ namespace OpenRA.Mods.Common.Traits
|
|||||||
|
|
||||||
foreach (var u in upgrades)
|
foreach (var u in upgrades)
|
||||||
um.GrantUpgrade(self, u, this);
|
um.GrantUpgrade(self, u, this);
|
||||||
}
|
|
||||||
|
|
||||||
if (!silent)
|
if (!silent)
|
||||||
{
|
{
|
||||||
Sound.PlayNotification(self.World.Map.Rules, self.Owner, "Sounds", "LevelUp", self.Owner.Country.InternalName);
|
Sound.PlayNotification(self.World.Map.Rules, self.Owner, "Sounds", "LevelUp", self.Owner.Country.InternalName);
|
||||||
self.World.AddFrameEndTask(w => w.Add(new CrateEffect(self, "levelup", info.LevelUpPalette)));
|
self.World.AddFrameEndTask(w => w.Add(new CrateEffect(self, "levelup", info.LevelUpPalette)));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1695,6 +1695,7 @@ Rules:
|
|||||||
DisguiseToolTip:
|
DisguiseToolTip:
|
||||||
ShowOwnerRow: false
|
ShowOwnerRow: false
|
||||||
WEAP:
|
WEAP:
|
||||||
|
-InfiltrateForSupportPower:
|
||||||
TargetableBuilding:
|
TargetableBuilding:
|
||||||
TargetTypes: Ground, C4, DetonateAttack, Structure, Mission Objectives
|
TargetTypes: Ground, C4, DetonateAttack, Structure, Mission Objectives
|
||||||
MISS:
|
MISS:
|
||||||
|
|||||||
Reference in New Issue
Block a user