We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 386f691 commit dde3934Copy full SHA for dde3934
OpenRA.Mods.Common/Scripting/LuaScript.cs
@@ -20,7 +20,7 @@ namespace OpenRA.Mods.Common.Scripting
20
{
21
[TraitLocation(SystemActors.World)]
22
[Desc("Part of the new Lua API.")]
23
- public class LuaScriptInfo : TraitInfo, Requires<SpawnMapActorsInfo>
+ public class LuaScriptInfo : TraitInfo, Requires<SpawnMapActorsInfo>, NotBefore<SpawnStartingUnitsInfo>
24
25
[Desc("File names with location relative to the map.")]
26
public readonly HashSet<string> Scripts = new();
0 commit comments