From 81b8754ffa744bf10a67f59c94364096d3737fc4 Mon Sep 17 00:00:00 2001 From: reaperrr Date: Sun, 13 Sep 2015 21:22:00 +0200 Subject: [PATCH] Make only concrete walls block fire in RA --- mods/ra/rules/defaults.yaml | 1 - mods/ra/rules/structures.yaml | 5 +++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mods/ra/rules/defaults.yaml b/mods/ra/rules/defaults.yaml index 434ad61bd4..70b90b4b03 100644 --- a/mods/ra/rules/defaults.yaml +++ b/mods/ra/rules/defaults.yaml @@ -466,7 +466,6 @@ DestroyedSounds: sandbag2.aud Crushable: CrushClasses: wall - BlocksProjectiles: LineBuild: Range: 8 NodeTypes: wall diff --git a/mods/ra/rules/structures.yaml b/mods/ra/rules/structures.yaml index 539173b831..74146fe77b 100644 --- a/mods/ra/rules/structures.yaml +++ b/mods/ra/rules/structures.yaml @@ -1494,7 +1494,7 @@ SBAG: Value: 0 Tooltip: Name: Sandbag Wall - Description: Stops infantry and blocks enemy fire.\nCan be crushed by tanks. + Description: Stops infantry and light vehicles.\nCan be crushed by tanks. Health: HP: 300 Armor: @@ -1519,7 +1519,7 @@ FENC: Value: 0 Tooltip: Name: Wire Fence - Description: Stops infantry and blocks enemy fire.\nCan be crushed by tanks. + Description: Stops infantry and light vehicles.\nCan be crushed by tanks. Health: HP: 300 Armor: @@ -1554,6 +1554,7 @@ BRIK: Type: Concrete Crushable: CrushClasses: heavywall + BlocksProjectiles: LineBuild: Range: 8 NodeTypes: concrete