-
Notifications
You must be signed in to change notification settings - Fork 174
Open
Labels
Description
I tried to disguised the Spy as Rocketeers, but of course it would fail because IIRC in the original game it just pretend to be walk on the ground, but it gives exception instead.
Exception of type `System.InvalidOperationException`: Unit `spy` does not have a sequence named `fly`
at OpenRA.Graphics.SequenceProvider.GetSequence(String unitName, String sequenceName)
at OpenRA.Graphics.Animation.PlaySequence(String sequenceName)
at OpenRA.Graphics.Animation.PlayRepeating(String sequenceName)
at OpenRA.Mods.Common.Traits.Render.WithInfantryBody.Tick(Actor self)
at OpenRA.WorldUtils.DoTimed[T](IEnumerable`1 e, Action`1 a, String text)
at OpenRA.World.Tick()
at OpenRA.Game.InnerLogicTick(OrderManager orderManager)
at OpenRA.Game.LogicTick()
at OpenRA.Game.Loop()
at OpenRA.Game.Run()
at OpenRA.Game.InitializeAndRun(String[] args)
at OpenRA.Program.Main(String[] args)
We should be allowed for spy to disguise as certain units, without any crashes.
(Disguise ready)
vgaming and testman42