Add VTOL landing exhaust animation.
This commit is contained in:
committed by
Gustas
parent
1073a7124f
commit
aa14c9c570
@@ -226,6 +226,9 @@ namespace OpenRA.Mods.Common.Activities
|
||||
if (aircraft.Info.LandingSounds.Length > 0)
|
||||
Game.Sound.Play(SoundType.World, aircraft.Info.LandingSounds, self.World, aircraft.CenterPosition);
|
||||
|
||||
foreach (var notify in self.TraitsImplementing<INotifyLanding>())
|
||||
notify.Landing(self);
|
||||
|
||||
aircraft.AddInfluence(landingCell);
|
||||
aircraft.EnteringCell(self);
|
||||
landingInitiated = true;
|
||||
|
||||
Reference in New Issue
Block a user