Skip to content

Commit

Permalink
T: added proper team names for the good guys (internal and user-visible)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Jan 2, 2015
1 parent 6deb5a4 commit ac2a6ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion data/campaigns/tutorial/scenarios/01_Tutorial_part_1.cfg
Expand Up @@ -24,6 +24,8 @@
id=student
name= _"Konrad"
profile=portraits/konrad.png
team_name=player
user_team_name= _ "team_name^Student"
save_id=human_player
persistent=yes
gold=100
Expand Down Expand Up @@ -60,7 +62,7 @@
[side]
no_leader=yes
side=3
team_name=1
team_name=player
hidden=yes
controller=null

Expand Down
4 changes: 3 additions & 1 deletion data/campaigns/tutorial/scenarios/02_Tutorial_part_2.cfg
Expand Up @@ -351,6 +351,8 @@
type=Fighter
id=student
name= _"Konrad"
team_name=player
user_team_name= _ "team_name^Student"
save_id=human_player
persistent=yes
canrecruit=yes
Expand Down Expand Up @@ -395,7 +397,7 @@
[side]
no_leader=yes
side=3
team_name=1
team_name=player
hidden=yes
controller=null

Expand Down

0 comments on commit ac2a6ac

Please sign in to comment.