Expose ParachutableInfo.
This commit is contained in:
@@ -16,7 +16,7 @@ using OpenRA.Traits;
|
|||||||
namespace OpenRA.Mods.Common.Traits
|
namespace OpenRA.Mods.Common.Traits
|
||||||
{
|
{
|
||||||
[Desc("Can be paradropped by a ParaDrop actor.")]
|
[Desc("Can be paradropped by a ParaDrop actor.")]
|
||||||
class ParachutableInfo : ITraitInfo, Requires<IPositionableInfo>
|
public class ParachutableInfo : ITraitInfo, Requires<IPositionableInfo>
|
||||||
{
|
{
|
||||||
[Desc("If we land on invalid terrain for my actor type should we be killed?")]
|
[Desc("If we land on invalid terrain for my actor type should we be killed?")]
|
||||||
public readonly bool KilledOnImpassableTerrain = true;
|
public readonly bool KilledOnImpassableTerrain = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user