Quick patch #60
1 changed files with 2 additions and 2 deletions
|
@ -1009,7 +1009,7 @@ bank:
|
||||||
|
|
||||||
war:
|
war:
|
||||||
#This setting allows you disable the ability for a nation to pay to remain neutral during a war.
|
#This setting allows you disable the ability for a nation to pay to remain neutral during a war.
|
||||||
nation_can_be_neutral: 'true'
|
nation_can_be_neutral: 'false'
|
||||||
#By setting this to true, nations will receive a prompt for alliances and alliances will show on both nations.
|
#By setting this to true, nations will receive a prompt for alliances and alliances will show on both nations.
|
||||||
disallow_one_way_alliance: 'true'
|
disallow_one_way_alliance: 'true'
|
||||||
|
|
||||||
|
@ -1056,7 +1056,7 @@ war:
|
||||||
event:
|
event:
|
||||||
warning_delay: '30'
|
warning_delay: '30'
|
||||||
#If false all towns not in nations can be attacked during a war event.
|
#If false all towns not in nations can be attacked during a war event.
|
||||||
towns_are_neutral: 'true'
|
towns_are_neutral: 'false'
|
||||||
enemy:
|
enemy:
|
||||||
# If true, enemy's can only attack the edge plots of a town in war.
|
# If true, enemy's can only attack the edge plots of a town in war.
|
||||||
only_attack_borders: 'true'
|
only_attack_borders: 'true'
|
||||||
|
|
Loading…
Reference in a new issue