Merge pull request #10744 from Mailaender/aircraft-falls-to-earth
Added missing Requires<AircraftInfo> to FallsToEarthInfo.
This commit is contained in:
@@ -15,7 +15,7 @@ using OpenRA.Traits;
|
||||
namespace OpenRA.Mods.Common.Traits
|
||||
{
|
||||
[Desc("Causes aircraft husks that are spawned in the air to crash to the ground.")]
|
||||
public class FallsToEarthInfo : ITraitInfo, IRulesetLoaded
|
||||
public class FallsToEarthInfo : ITraitInfo, IRulesetLoaded, Requires<AircraftInfo>
|
||||
{
|
||||
[WeaponReference]
|
||||
public readonly string Explosion = "UnitExplode";
|
||||
|
||||
Reference in New Issue
Block a user