From de8f3c35300f7350a1a7d29a0571d32c1b78061d Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Sun, 19 Oct 2014 11:21:20 +1300 Subject: [PATCH] Add missing EOF newline to mod yaml files. --- mods/cnc/rules/ai.yaml | 1 + mods/d2k/rules/ai.yaml | 1 + mods/d2k/rules/player.yaml | 1 + mods/d2k/rules/structures.yaml | 1 + mods/ra/rules/player.yaml | 1 + mods/ts/rules/ai.yaml | 1 + mods/ts/rules/vehicles.yaml | 2 +- mods/ts/tilesets/temperat.yaml | 3 ++- 8 files changed, 9 insertions(+), 2 deletions(-) diff --git a/mods/cnc/rules/ai.yaml b/mods/cnc/rules/ai.yaml index 8540edd123..29dc60baba 100644 --- a/mods/cnc/rules/ai.yaml +++ b/mods/cnc/rules/ai.yaml @@ -355,3 +355,4 @@ Player: Attractiveness: -10 TargetMetric: Value CheckRadius: 7c0 + diff --git a/mods/d2k/rules/ai.yaml b/mods/d2k/rules/ai.yaml index 3a095fc2e4..0daaaa3e00 100644 --- a/mods/d2k/rules/ai.yaml +++ b/mods/d2k/rules/ai.yaml @@ -476,3 +476,4 @@ Player: Attractiveness: -10 TargetMetric: Value CheckRadius: 7c0 + diff --git a/mods/d2k/rules/player.yaml b/mods/d2k/rules/player.yaml index b2fa0825c1..aa08ed5a58 100644 --- a/mods/d2k/rules/player.yaml +++ b/mods/d2k/rules/player.yaml @@ -72,3 +72,4 @@ Player: ProvidesTechPrerequisite@all: Name: Unrestricted Prerequisites: techlevel.low, techlevel.medium, techlevel.high, techlevel.superweapons + diff --git a/mods/d2k/rules/structures.yaml b/mods/d2k/rules/structures.yaml index d11237ff82..91a3ca9f29 100644 --- a/mods/d2k/rules/structures.yaml +++ b/mods/d2k/rules/structures.yaml @@ -773,3 +773,4 @@ POWER: REFINERY: Tooltip: Name: Spice Refinery + diff --git a/mods/ra/rules/player.yaml b/mods/ra/rules/player.yaml index de6c0616b3..34b56d4772 100644 --- a/mods/ra/rules/player.yaml +++ b/mods/ra/rules/player.yaml @@ -73,3 +73,4 @@ Player: Name: Unrestricted Prerequisites: techlevel.infonly, techlevel.low, techlevel.medium, techlevel.unrestricted GlobalUpgradeManager: + diff --git a/mods/ts/rules/ai.yaml b/mods/ts/rules/ai.yaml index 80ff87d9ac..59eb706660 100644 --- a/mods/ts/rules/ai.yaml +++ b/mods/ts/rules/ai.yaml @@ -50,3 +50,4 @@ Player: ttnk: 45% stnk: 8% SquadSize: 20 + diff --git a/mods/ts/rules/vehicles.yaml b/mods/ts/rules/vehicles.yaml index aa6ff225e8..6d9daaffd2 100644 --- a/mods/ts/rules/vehicles.yaml +++ b/mods/ts/rules/vehicles.yaml @@ -124,7 +124,7 @@ HVR: Buildable: Queue: Vehicle BuildPaletteOrder: 50 - Prerequisites: gaweap, garadr + Prerequisites: gaweap, garadr Owner: gdi Hothey: v Mobile: diff --git a/mods/ts/tilesets/temperat.yaml b/mods/ts/tilesets/temperat.yaml index b40d14e778..ddca5bda57 100644 --- a/mods/ts/tilesets/temperat.yaml +++ b/mods/ts/tilesets/temperat.yaml @@ -6626,4 +6626,5 @@ Templates: 8: Cliff 9: Clear 10: Clear - 11: Clear \ No newline at end of file + 11: Clear +