From 15c636525df6be247079fc9981d18b146dd37eee Mon Sep 17 00:00:00 2001 From: reaperrr Date: Fri, 1 Sep 2017 21:05:51 +0200 Subject: [PATCH] Fixed no explosions showing on some RA civ structures The combination of HitShape, but not Targetable makes the actors be considered invalid for effect warheads. Lack of Targetable makes them invulnerable anyway, so removing HitShape and Health (and Explodes) is the most logical fix. --- mods/ra/rules/civilian.yaml | 3 +++ mods/ra/rules/defaults.yaml | 3 +++ mods/ra/rules/misc.yaml | 5 +++-- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/mods/ra/rules/civilian.yaml b/mods/ra/rules/civilian.yaml index fe316a1348..5ae12cf784 100644 --- a/mods/ra/rules/civilian.yaml +++ b/mods/ra/rules/civilian.yaml @@ -290,6 +290,9 @@ V19.Husk: RenderSelectionBars: False -Targetable: -Demolishable: + -HitShape: + -Health: + -Explodes: BARL: Inherits: ^TechBuilding diff --git a/mods/ra/rules/defaults.yaml b/mods/ra/rules/defaults.yaml index 7ac0cfa982..f510de1560 100644 --- a/mods/ra/rules/defaults.yaml +++ b/mods/ra/rules/defaults.yaml @@ -787,6 +787,9 @@ ^CivField: Inherits: ^CivBuilding + -HitShape: + -Health: + -Explodes: -Selectable: -SelectionDecorations: Tooltip: diff --git a/mods/ra/rules/misc.yaml b/mods/ra/rules/misc.yaml index 22a15ed2d2..637172f4dd 100644 --- a/mods/ra/rules/misc.yaml +++ b/mods/ra/rules/misc.yaml @@ -389,8 +389,9 @@ CTFLAG: Name: Flag WithBuildingBib: HasMinibib: Yes - DamageMultiplier@INVULNERABLE: - Modifier: 0 + -HitShape: + -Health: + -Explodes: -Selectable: -SelectionDecorations: -Targetable: