From 099d2a54009221e2fcafb1d6b821b5ba13229bc0 Mon Sep 17 00:00:00 2001 From: Squiggles211 Date: Tue, 20 May 2014 00:54:31 -0500 Subject: [PATCH] Lower BridgeHut Selectable Priority Fixes #4738 where player was unable unable to attack units/buildings that are next to or on a bridge. --- mods/cnc/rules/civilian.yaml | 1 + mods/ra/rules/civilian.yaml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/mods/cnc/rules/civilian.yaml b/mods/cnc/rules/civilian.yaml index fbdb34d830..51f3ff96e0 100644 --- a/mods/cnc/rules/civilian.yaml +++ b/mods/cnc/rules/civilian.yaml @@ -361,6 +361,7 @@ BRIDGEHUT: Selectable: Selectable: false Bounds: 48,48 + Priority: 2 BridgeHut: TargetableBuilding: TargetTypes: BridgeHut, C4 diff --git a/mods/ra/rules/civilian.yaml b/mods/ra/rules/civilian.yaml index deab3e17e9..88037a5d03 100644 --- a/mods/ra/rules/civilian.yaml +++ b/mods/ra/rules/civilian.yaml @@ -491,6 +491,7 @@ BRIDGEHUT: Selectable: Selectable: false Bounds: 48,48 + Priority: 2 BridgeHut: TargetableBuilding: TargetTypes: BridgeHut, C4 @@ -502,6 +503,7 @@ BRIDGEHUT.small: Selectable: Selectable: false Bounds: 24,24 + Priority: 2 BridgeHut: TargetableBuilding: TargetTypes: BridgeHut, C4