Merge pull request #4306 from Mailaender/ra-aircraft-husk-sight
Reveal shroud for RA aircraft husks
This commit is contained in:
@@ -59,6 +59,7 @@ NEW:
|
||||
Fixed attack dogs causing crashes by attacking non-infantry.
|
||||
Disabled cloak/uncloak sound for camouflaged Pillbox.
|
||||
Added two Lua-powered single player missions, ported from Red Alert's single player campaign.
|
||||
Fixed aircraft falling down not revealing shroud.
|
||||
Tiberian Dawn:
|
||||
C&C mod renamed to Tiberian Dawn to resolve naming ambiguities.
|
||||
Fixed Bio Lab wrongly belonging to a hostile faction in East vs West 3.
|
||||
@@ -75,6 +76,7 @@ NEW:
|
||||
Added a display of the faction logos when the shellmap is disabled.
|
||||
Viceroids now heal on and move faster on Tiberium.
|
||||
Implemented the original shroud artwork.
|
||||
Fixed helicopters falling down not revealing shroud.
|
||||
Dune 2000:
|
||||
Added buildable concrete walls.
|
||||
Fixed some cliffs being passable.
|
||||
|
||||
@@ -389,6 +389,8 @@ MIG.Husk:
|
||||
Offset: -853,0,171
|
||||
Interval: 2
|
||||
MinDamage: Undamaged
|
||||
RevealsShroud:
|
||||
Range: 12
|
||||
|
||||
YAK.Husk:
|
||||
Inherits: ^PlaneHusk
|
||||
@@ -407,6 +409,8 @@ YAK.Husk:
|
||||
Offset: -853,0,0
|
||||
Interval: 2
|
||||
MinDamage: Undamaged
|
||||
RevealsShroud:
|
||||
Range: 10
|
||||
|
||||
TRAN.Husk:
|
||||
Inherits: ^HelicopterHusk
|
||||
@@ -423,6 +427,8 @@ TRAN.Husk:
|
||||
WithRotor@SECONDARY:
|
||||
Id: rotor_2
|
||||
Offset: 597,0,213
|
||||
RevealsShroud:
|
||||
Range: 12
|
||||
|
||||
HELI.Husk:
|
||||
Inherits: ^HelicopterHusk
|
||||
@@ -439,6 +445,8 @@ HELI.Husk:
|
||||
SmokeTrailWhenDamaged:
|
||||
Offset: -427,0,0
|
||||
MinDamage: Undamaged
|
||||
RevealsShroud:
|
||||
Range: 12
|
||||
|
||||
HIND.Husk:
|
||||
Inherits: ^HelicopterHusk
|
||||
@@ -454,6 +462,8 @@ HIND.Husk:
|
||||
SmokeTrailWhenDamaged:
|
||||
Offset: -427,0,0
|
||||
MinDamage: Undamaged
|
||||
RevealsShroud:
|
||||
Range: 10
|
||||
|
||||
U2.Husk:
|
||||
Inherits: ^PlaneHusk
|
||||
|
||||
Reference in New Issue
Block a user