diff --git a/OpenRA.Mods.RA/Spy.cs b/OpenRA.Mods.RA/Spy.cs index ed453c2a7d..a06a0ab21a 100644 --- a/OpenRA.Mods.RA/Spy.cs +++ b/OpenRA.Mods.RA/Spy.cs @@ -84,8 +84,8 @@ namespace OpenRA.Mods.RA { get { - yield return new UnitTraitOrderTargeter( "SpyInfiltrate", 5, "enter", true, false ) { ForceAttack=false }; - yield return new UnitTraitOrderTargeter( "Disguise", 5, "ability", true, true ) { ForceAttack=false }; + yield return new UnitTraitOrderTargeter( "SpyInfiltrate", 7, "enter", true, false ) { ForceAttack=false }; + yield return new UnitTraitOrderTargeter( "Disguise", 7, "ability", true, true ) { ForceAttack=false }; } } diff --git a/mods/ra/rules/infantry.yaml b/mods/ra/rules/infantry.yaml index bfa0e1c830..f45313c1c1 100644 --- a/mods/ra/rules/infantry.yaml +++ b/mods/ra/rules/infantry.yaml @@ -195,6 +195,8 @@ SPY: -RenderInfantry: RenderSpy: IdleAnimations: idle1,idle2 + AttackFrontal: + PrimaryWeapon: SilencedPPK E7: Inherits: ^Infantry