Rename HeliReturn
Rename HeliReturn to HeliReturnToBase to keep somewhat with the convention established for Plane- against Heli- oriented traits.
This commit is contained in:
@@ -43,7 +43,7 @@ namespace OpenRA.Mods.Common.Scripting
|
||||
if (isPlane)
|
||||
Self.QueueActivity(new ReturnToBase(Self, airfield));
|
||||
else
|
||||
Self.QueueActivity(new HeliReturn(Self));
|
||||
Self.QueueActivity(new HeliReturnToBase(Self));
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user