From 5e3234f547cfb495b0ba13d36eab53ee5a3c437b Mon Sep 17 00:00:00 2001 From: Sveinung Kvilhaugsvik Date: Wed, 10 Feb 2021 12:31:51 +0100 Subject: [PATCH 3/3] Add space between "attack_actions" and "=". This makes it consistent with the rest of the line. See osdn #41543 --- data/alien/game.ruleset | 2 +- data/civ2civ3/game.ruleset | 2 +- data/sandbox/game.ruleset | 2 +- data/stub/game.ruleset | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data/alien/game.ruleset b/data/alien/game.ruleset index 023d3b94ab..aacbe80642 100644 --- a/data/alien/game.ruleset +++ b/data/alien/game.ruleset @@ -239,7 +239,7 @@ nuke_defender_survival_chance_pct = 0 ; if_attacker - this requirement vector must be true before a unit even ; considers to auto attack. -attack_actions= "Capture Units", "Bombard", "Attack", "Suicide Attack" +attack_actions = "Capture Units", "Bombard", "Attack", "Suicide Attack" if_attacker = { "type", "name", "range", "present" diff --git a/data/civ2civ3/game.ruleset b/data/civ2civ3/game.ruleset index bc5030aa36..14fe0fcb94 100644 --- a/data/civ2civ3/game.ruleset +++ b/data/civ2civ3/game.ruleset @@ -245,7 +245,7 @@ nuke_defender_survival_chance_pct = 0 ; if_attacker - this requirement vector must be true before a unit even ; considers to auto attack. -attack_actions= "Capture Units", "Bombard", "Attack", "Suicide Attack" +attack_actions = "Capture Units", "Bombard", "Attack", "Suicide Attack" if_attacker = { "type", "name", "range", "present" diff --git a/data/sandbox/game.ruleset b/data/sandbox/game.ruleset index 4d568c1e9d..9536d1db18 100644 --- a/data/sandbox/game.ruleset +++ b/data/sandbox/game.ruleset @@ -243,7 +243,7 @@ nuke_defender_survival_chance_pct = 0 ; if_attacker - this requirement vector must be true before a unit even ; considers to auto attack. -attack_actions= "Capture Units", "Bombard", "Attack", "Suicide Attack" +attack_actions = "Capture Units", "Bombard", "Attack", "Suicide Attack" if_attacker = { "type", "name", "range", "present" diff --git a/data/stub/game.ruleset b/data/stub/game.ruleset index 654f81123f..cd291f30f8 100644 --- a/data/stub/game.ruleset +++ b/data/stub/game.ruleset @@ -227,7 +227,7 @@ nuke_defender_survival_chance_pct = 0 ; if_attacker - this requirement vector must be true before a unit even ; considers to auto attack. -;attack_actions= "Capture Units", "Bombard", "Attack", "Suicide Attack" +;attack_actions = "Capture Units", "Bombard", "Attack", "Suicide Attack" ;if_attacker = ; { "type", "name", "range", "present" -- 2.20.1