WC: Add player count to campaign abbreviation
1-player will be WC1, 2-player WC2, 3-player WC3
This commit is contained in:
parent
8daad7d5e9
commit
064858b969
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ _ "World Conquest 3p" #enddef
|
|||
min_players={PLAYERS}
|
||||
max_players={PLAYERS}
|
||||
type = mp
|
||||
abbrev = _ "WC"
|
||||
abbrev = _ "WC" + {PLAYERS}\
|
||||
{WC2_CAMPAIGN_DIFFICULTY VERY_EASY {WC2_HUMAN_DIFFICULTY human-peasants/peasant purple} {STR_PEASANT} {STR_BEGINNER} 6 2 2 10 yes 0}
|
||||
{WC2_CAMPAIGN_DIFFICULTY EASY {WC2_HUMAN_DIFFICULTY human-loyalists/sergeant black} {STR_SERGEANT} {STR_EASY} 7 3 2 7 yes 5}
|
||||
{WC2_CAMPAIGN_DIFFICULTY NORMAL {WC2_HUMAN_DIFFICULTY human-loyalists/lieutenant brown} {STR_LIEUTENANT} {STR_MEDIUM} 8 4 2 5 yes 10} {DEFAULT_DIFFICULTY}
|
||||
|
|
Loading…
Add table
Reference in a new issue