Skip to content

Commit

Permalink
Dark Forcast: reanable solo playmode
Browse files Browse the repository at this point in the history
force_lock_settings did also force controller_lock=yes

[ci skip]
  • Loading branch information
sevu committed Feb 4, 2018
1 parent 883b4f1 commit 762ec56
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions data/multiplayer/scenarios/2p_Dark_Forecast.cfg
Expand Up @@ -54,14 +54,15 @@ Note: You need to use the default map settings for the scenario to work right."
save_id="Player1"
gold=75
income=0
gold_lock="true"
income_lock="true"
team_lock="true"
gold_lock=yes
income_lock=yes
controller_lock=no
team_lock=no
faction_lock=no
leader_lock=no
color_lock=no
fog="yes"
share_view="yes"
fog=yes
share_vision=all
[/side]

[side]
Expand All @@ -73,14 +74,15 @@ Note: You need to use the default map settings for the scenario to work right."
save_id="Player2"
gold=75
income=0
gold_lock="true"
income_lock="true"
team_lock="true"
gold_lock=yes
income_lock=yes
controller_lock=no
team_lock=no
faction_lock=no
leader_lock=no
color_lock=no
fog="yes"
share_view="yes"
fog=yes
share_vision=all
[/side]
[lua]
code = <<
Expand Down

0 comments on commit 762ec56

Please sign in to comment.