From 4bf606b3ca3ebba8ced093cb7f52029be5898235 Mon Sep 17 00:00:00 2001 From: Mustafa Alperen Seki Date: Mon, 21 May 2018 22:05:05 +0300 Subject: [PATCH] Leave walls as neutral owned after their owner defeated --- mods/cnc/rules/defaults.yaml | 2 +- mods/d2k/rules/structures.yaml | 2 +- mods/ra/rules/defaults.yaml | 2 +- mods/ts/rules/defaults.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mods/cnc/rules/defaults.yaml b/mods/cnc/rules/defaults.yaml index 7f71c04c8e..807875c52b 100644 --- a/mods/cnc/rules/defaults.yaml +++ b/mods/cnc/rules/defaults.yaml @@ -782,7 +782,7 @@ CombatDebugOverlay: AppearsOnRadar: OwnerLostAction: - Action: Kill + Action: ChangeOwner Building: Dimensions: 1,1 Footprint: x diff --git a/mods/d2k/rules/structures.yaml b/mods/d2k/rules/structures.yaml index 181963ce85..7805630845 100644 --- a/mods/d2k/rules/structures.yaml +++ b/mods/d2k/rules/structures.yaml @@ -693,7 +693,7 @@ wall: FrozenUnderFog: ScriptTriggers: OwnerLostAction: - Action: Kill + Action: ChangeOwner Buildable: Queue: Building Prerequisites: barracks diff --git a/mods/ra/rules/defaults.yaml b/mods/ra/rules/defaults.yaml index 9e35bf79f3..05453af4cf 100644 --- a/mods/ra/rules/defaults.yaml +++ b/mods/ra/rules/defaults.yaml @@ -651,7 +651,7 @@ Inherits@shape: ^1x1Shape Interactable: OwnerLostAction: - Action: Kill + Action: ChangeOwner Building: Dimensions: 1,1 Footprint: x diff --git a/mods/ts/rules/defaults.yaml b/mods/ts/rules/defaults.yaml index a7c021a551..0bcf499edf 100644 --- a/mods/ts/rules/defaults.yaml +++ b/mods/ts/rules/defaults.yaml @@ -439,7 +439,7 @@ AppearsOnRadar: Interactable: OwnerLostAction: - Action: Kill + Action: ChangeOwner Building: Dimensions: 1,1 Footprint: x