diff --git a/CHANGELOG b/CHANGELOG index 614f2e44b7..35fc8d7ab1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -29,6 +29,7 @@ NEW: Added the BLOXXMAS terrain tiles from the 1.06 patch. Saboteur can now plant C4 on vehicles. Red Alert: + Chinook rotors now counter-rotate. Transports will now open their doors when at shore. Tanya can now plant C4 on bridges. Submarine torpedoes can now hit bridges when force fired. @@ -47,6 +48,7 @@ NEW: Added a desert variation of the Missile Silo by Kilkakon. Removed the temperate shellmap and improved the design and performance of the desert shellmap. Tiberian Dawn: + Chinook rotors now counter-rotate. Commando can now plant C4 on bridges. Added the Asset Browser to the Extras menu. Removed health bars and selection boxes from walls. diff --git a/mods/cnc/rules/aircraft.yaml b/mods/cnc/rules/aircraft.yaml index d6400d3a5b..788ed31441 100644 --- a/mods/cnc/rules/aircraft.yaml +++ b/mods/cnc/rules/aircraft.yaml @@ -26,6 +26,8 @@ TRAN: RenderUnit: WithRotor@PRIMARY: Offset: -597,0,171 + Sequence: rotor2 + GroundSequence: slow-rotor2 WithRotor@SECONDARY: Id: rotor_2 Offset: 597,0,85 diff --git a/mods/ra/rules/aircraft.yaml b/mods/ra/rules/aircraft.yaml index 878d1915a9..a49e6e363c 100644 --- a/mods/ra/rules/aircraft.yaml +++ b/mods/ra/rules/aircraft.yaml @@ -210,6 +210,8 @@ TRAN: RenderUnit: WithRotor@PRIMARY: Offset: -597,0,341 + Sequence: rotor2 + GroundSequence: slow-rotor2 WithRotor@SECONDARY: Id: rotor_2 Offset: 597,0,213