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:
Paul Chote
2014-07-09 19:37:47 +12:00
committed by Paul Chote
parent b7a98c8eb7
commit b670673f9f
20 changed files with 1059 additions and 1723 deletions

View File

@@ -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)