From 09bef2d4c2e9262d3419e74379dc22aaa2e52cd1 Mon Sep 17 00:00:00 2001 From: psydev Date: Sun, 10 Mar 2013 18:00:21 -0700 Subject: [PATCH] Gave blue tiberium blossom a sequence; changed #2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Blossom tree has a sequence. There are two blossom trees in C&C, so I will use the first one (split2) for green tiberium and the 2nd one (split3) for blue tiberium. The old split3 still exists for backwards-compatibility, but will now show the split2 image. Only the blue tiberium blossom tree will show the split3 image. --- mods/cnc/sequences/map.yaml | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/mods/cnc/sequences/map.yaml b/mods/cnc/sequences/map.yaml index 5bbdef8a35..41d458683e 100644 --- a/mods/cnc/sequences/map.yaml +++ b/mods/cnc/sequences/map.yaml @@ -9,13 +9,23 @@ split2: Start: 54 split3: - make: + make: split2 Start: 0 Length: 30 - active: + active: split2 Start: 30 Length: 24 - idle: + idle: split2 + Start: 54 + +splitblue: + make: split3 + Start: 0 + Length: 30 + active: split3 + Start: 30 + Length: 24 + idle: split3 Start: 54 rock1: @@ -649,4 +659,4 @@ miss: miss.husk: idle: miss - Start: 2 \ No newline at end of file + Start: 2