Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
GoogleFrog committed Sep 17, 2021
2 parents 19587c3 + 7a5e8bd commit 9a9df89
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions LuaRules/Gadgets/mission_galaxy_campaign_battle.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1371,18 +1371,6 @@ function GalaxyCampaignHandler.DeployRetinue(unitID, x, z, facing, teamID)
end
end

function GalaxyCampaignHandler.DeployRetinue(unitID, x, z, facing, teamID)
local customKeys = select(7, Spring.GetTeamInfo(teamID, true))
local retinueData = CustomKeyToUsefulTable(customKeys and customKeys.retinuestartunits)
if retinueData then
local range = 70 + #retinueData*20
for i = 1, #retinueData do
local unitData = retinueData[i]
PlaceRetinueUnit(unitData.retinueID, range, unitData.unitDefName, x, z, facing, teamID, unitData.experience)
end
end
end

function GalaxyCampaignHandler.HasFactoryPlop(teamID)
return teamCommParameters[teamID] and teamCommParameters[teamID].facplop
end
Expand Down
Binary file modified Objects3d/spherebot.s3o
Binary file not shown.
Binary file modified Objects3d/spherecloaker.s3o
Binary file not shown.
Binary file modified Objects3d/spherecon.s3o
Binary file not shown.
Binary file modified Objects3d/spherejeth.s3o
Binary file not shown.
Binary file modified Objects3d/spherepole.s3o
Binary file not shown.

0 comments on commit 9a9df89

Please sign in to comment.