Skip to content

Commit

Permalink
Fix 2p - Clearing Gushes team names
Browse files Browse the repository at this point in the history
On this map, side 1 starts at the bottom, while side 2 starts at the top. The naming of the teams assumed the opposite. Another check mark on issue #2453.
  • Loading branch information
catagent101 authored and Vultraz committed Feb 9, 2018
1 parent 3b6da9a commit ff6fcb8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/multiplayer/scenarios/2p_Clearing_Gushes.cfg
Expand Up @@ -21,8 +21,8 @@
side=1
canrecruit=yes
controller=human
team_name=north
user_team_name= _ "teamname^North"
team_name=south
user_team_name= _ "teamname^South"
gold=100
fog=yes
[/side]
Expand All @@ -33,8 +33,8 @@
side=2
canrecruit=yes
controller=human
team_name=south
user_team_name= _ "teamname^South"
team_name=north
user_team_name= _ "teamname^North"
gold=100
fog=yes
[village]
Expand Down

0 comments on commit ff6fcb8

Please sign in to comment.