Extract translation strings.
This commit is contained in:
committed by
abcdefg30
parent
867efcc6e8
commit
9b2e291a46
@@ -94,9 +94,9 @@ WorldLoaded = function()
|
||||
|
||||
InitObjectives(Spain)
|
||||
|
||||
EatSpain = BadGuy.AddObjective("For the Swarm!")
|
||||
GasNests = Spain.AddObjective("Gas every ant nest.")
|
||||
KillAll = Spain.AddObjective("Kill every ant lurking above ground.")
|
||||
EatSpain = AddPrimaryObjective(BadGuy, "")
|
||||
GasNests = AddPrimaryObjective(Spain, "gas-every-ant-nest")
|
||||
KillAll = AddPrimaryObjective(Spain, "kill-every-ant-above-ground")
|
||||
|
||||
Camera.Position = DefaultCameraPosition.CenterPosition
|
||||
Start()
|
||||
|
||||
Reference in New Issue
Block a user