Merge pull request #8714 from matija-hustic/spy_veterancy_leftovers

Spy veterancy leftovers
This commit is contained in:
Oliver Brakmann
2015-07-14 22:17:11 +02:00
2 changed files with 6 additions and 5 deletions

View File

@@ -95,7 +95,6 @@ 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)
{ {
@@ -103,6 +102,7 @@ namespace OpenRA.Mods.Common.Traits
self.World.AddFrameEndTask(w => w.Add(new CrateEffect(self, "levelup", info.LevelUpPalette))); self.World.AddFrameEndTask(w => w.Add(new CrateEffect(self, "levelup", info.LevelUpPalette)));
} }
} }
}
public void ResolveOrder(Actor self, Order order) public void ResolveOrder(Actor self, Order order)
{ {

View File

@@ -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: