Merge pull request #4558 from Mailaender/unselectable-walls

Unselectable Walls
This commit is contained in:
Paul Chote
2014-02-04 02:17:48 -08:00
3 changed files with 2 additions and 6 deletions

View File

@@ -19,9 +19,11 @@ NEW:
Submarine torpedoes can now hit bridges when force fired. Submarine torpedoes can now hit bridges when force fired.
Increased torpedo splash damage and raised multiplier vs. concrete. Increased torpedo splash damage and raised multiplier vs. concrete.
Fixed transparency glitches in the sniper icon. Fixed transparency glitches in the sniper icon.
Removed health bars and selection boxes from walls.
Tiberian Dawn: Tiberian Dawn:
Commando can now plant C4 on bridges. Commando can now plant C4 on bridges.
Added the Asset Browser to the Extras menu. Added the Asset Browser to the Extras menu.
Removed health bars and selection boxes from walls.
Engine: Engine:
Converted Aircraft CruiseAltitude to world coordinates. Converted Aircraft CruiseAltitude to world coordinates.
Converted Health Radius to world coordinates. Converted Health Radius to world coordinates.

View File

@@ -446,9 +446,6 @@
CrushSound: sandbag2.aud CrushSound: sandbag2.aud
LineBuild: LineBuild:
Range: 8 Range: 8
SelectionDecorations:
Selectable:
Priority: 1
RenderBuildingWall: RenderBuildingWall:
HasMakeAnimation: false HasMakeAnimation: false
Palette: staticterrain Palette: staticterrain

View File

@@ -287,9 +287,6 @@
CrushClasses: wall CrushClasses: wall
LineBuild: LineBuild:
Range: 8 Range: 8
SelectionDecorations:
Selectable:
Priority: 1
TargetableBuilding: TargetableBuilding:
TargetTypes: Ground, C4, DetonateAttack TargetTypes: Ground, C4, DetonateAttack
RenderBuildingWall: RenderBuildingWall: