Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 914c2f5

Browse files
committed
Make maginot teams consistent with bunker breach and wave defense
Add team names to wave defense
1 parent 2c4d7de commit 914c2f5

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Data/Base.rte/Activities.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ AddActivity = GAScripted
6060
DefaultGoldNutsDifficulty = 2000
6161
DefaultGoldMaxDifficulty = 1000
6262
LuaClassName = WaveDefense
63+
Team1Name = Attackers
64+
Team2Name = Defenders
6365
DefaultRequireClearPathToOrbit = 1
6466
DeployUnitsSwitchEnabled = 1
6567
DefaultDeployUnits = 1

Data/Missions.rte/MissionActivities.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ AddActivity = GAScripted
5050
ScriptPath = Missions.rte/Activities/Maginot.lua
5151
InCampaignStage = 1
5252
LuaClassName = MaginotMission
53-
CPUTeam = 1
54-
Team1Name = Defenders
55-
Team2Name = Dummies
53+
CPUTeam = 0
54+
Team1Name = Invaders
55+
Team2Name = Defenders
5656
MinTeamsRequired = 1
5757
DefaultGoldCakeDifficulty = 5000
5858
DefaultGoldEasyDifficulty = 4000

0 commit comments

Comments
 (0)