Extract translation strings.
This commit is contained in:
committed by
abcdefg30
parent
867efcc6e8
commit
9b2e291a46
@@ -491,3 +491,5 @@ Actors:
|
||||
Owner: Neutral
|
||||
|
||||
Rules: ra|rules/campaign-rules.yaml, ra|rules/campaign-tooltips.yaml, ra|rules/campaign-palettes.yaml, rules.yaml
|
||||
|
||||
Translations: ra|languages/lua/en.ftl
|
||||
|
||||
@@ -180,9 +180,9 @@ WorldLoaded = function()
|
||||
end)
|
||||
|
||||
InitObjectives(player)
|
||||
alliedObjective = enemy.AddObjective("Destroy all Soviet troops.")
|
||||
sovietObjective1 = player.AddObjective("Protect the Command Center.")
|
||||
sovietObjective2 = player.AddObjective("Destroy all Allied units and structures.")
|
||||
alliedObjective = AddPrimaryObjective(enemy, "")
|
||||
sovietObjective1 = AddPrimaryObjective(player, "protect-command-center")
|
||||
sovietObjective2 = AddPrimaryObjective(player, "destroy-allied-units-structures")
|
||||
|
||||
enemy.Resources = 2000
|
||||
Trigger.AfterDelay(DateTime.Seconds(30), ProduceInfantry)
|
||||
|
||||
Reference in New Issue
Block a user