Streamline Land activity
Removed some redundant parameters, some redundant overloads and made Land always consider LandAltitude relative to target.
This commit is contained in:
@@ -48,7 +48,7 @@ namespace OpenRA.Mods.Common.Scripting
|
||||
[Desc("Queues a landing activity on the specififed actor.")]
|
||||
public void Land(Actor landOn)
|
||||
{
|
||||
Self.QueueActivity(new Land(Self, Target.FromActor(landOn), true, landOn));
|
||||
Self.QueueActivity(new Land(Self, Target.FromActor(landOn)));
|
||||
}
|
||||
|
||||
[ScriptActorPropertyActivity]
|
||||
|
||||
Reference in New Issue
Block a user