Reorganize D2K actor rules.
This removes the redundancy between faction variants and adjusts the layout to be more consistent with the other mods.
This commit is contained in:
@@ -4,7 +4,7 @@ InitializeHarvester = function(harvester)
|
||||
end
|
||||
|
||||
InsertHarvester = function()
|
||||
local harvesters = Reinforcements.ReinforceWithTransport(atreides, "carryalla", { "harvester" },
|
||||
local harvesters = Reinforcements.ReinforceWithTransport(atreides, "carryall.scripted", { "harvester" },
|
||||
{ Entry.Location, AtreidesSpiceRefinery.Location + CVec.New(2, 3) }, { Entry.Location })[2]
|
||||
|
||||
Utils.Do(harvesters, function(harvester)
|
||||
|
||||
Reference in New Issue
Block a user