From 52bc05c1b55e310761f265853af334b9a1f56f80 Mon Sep 17 00:00:00 2001 From: Squiggles211 Date: Sun, 6 Jul 2014 02:09:10 -0500 Subject: [PATCH] Fixes #5654 by removing false damage states which caused invisible walls Removes final set of 16 sequences for all walls as it appears that these are not actually supposed to be used as damage states for the actual wall, but as end pieces for each wall. One of the pieces in particular caused a single wall to be seen as invisible. Fixes #5654 --- mods/cnc/sequences/structures.yaml | 9 --------- mods/ra/sequences/structures.yaml | 12 ------------ 2 files changed, 21 deletions(-) diff --git a/mods/cnc/sequences/structures.yaml b/mods/cnc/sequences/structures.yaml index 8fe2d1bb44..efcf107d9f 100644 --- a/mods/cnc/sequences/structures.yaml +++ b/mods/cnc/sequences/structures.yaml @@ -378,9 +378,6 @@ brik: damaged-idle: Start: 32 Length: 16 - critical-idle: - Start: 48 - Length: 16 icon: brikicnh Start: 0 @@ -388,9 +385,6 @@ sbag: idle: Start: 0 Length: 16 - damaged-idle: - Start: 16 - Length: 16 icon: sbagicnh Start: 0 @@ -401,9 +395,6 @@ cycl: damaged-idle: Start: 16 Length: 16 - critical-idle: - Start: 32 - Length: 16 icon: cyclicnh Start: 0 diff --git a/mods/ra/sequences/structures.yaml b/mods/ra/sequences/structures.yaml index 43ef35d0a1..f70a2e42d3 100644 --- a/mods/ra/sequences/structures.yaml +++ b/mods/ra/sequences/structures.yaml @@ -644,9 +644,6 @@ brik: damaged-idle: Start: 32 Length: 16 - critical-idle: - Start: 48 - Length: 16 icon: brikicon Start: 0 @@ -654,9 +651,6 @@ sbag: idle: Start: 0 Length: 16 - damaged-idle: - Start: 16 - Length: 16 icon: sbagicon Start: 0 @@ -664,9 +658,6 @@ fenc: idle: Start: 0 Length: 16 - damaged-idle: - Start: 16 - Length: 16 icon: fencicon Start: 0 @@ -676,7 +667,4 @@ cycl: Length: 16 damaged-idle: Start: 16 - Length: 16 - critical-idle: - Start: 32 Length: 16 \ No newline at end of file