Merge pull request #5326 from Mailaender/wall-types

Fixed sandbags connecting to concrete walls
This commit is contained in:
Paul Chote
2014-05-17 17:36:48 +12:00
3 changed files with 18 additions and 0 deletions

View File

@@ -752,6 +752,8 @@ SBAG:
NodeTypes: sandbag
LineBuildNode:
Types: sandbag
RenderBuildingWall:
Type: sandbag
CYCL:
Inherits: ^Wall
@@ -776,6 +778,8 @@ CYCL:
NodeTypes: chain
LineBuildNode:
Types: chain
RenderBuildingWall:
Type: chain
BRIK:
Inherits: ^Wall
@@ -805,6 +809,8 @@ BRIK:
NodeTypes: concrete
LineBuildNode:
Types: concrete
RenderBuildingWall:
Type: concrete
BARRACKS:
Tooltip:

View File

@@ -1373,6 +1373,8 @@ SBAG:
NodeTypes: sandbag
LineBuildNode:
Types: sandbag
RenderBuildingWall:
Type: sandbag
FENC:
Inherits: ^Wall
@@ -1398,6 +1400,8 @@ FENC:
NodeTypes: fence
LineBuildNode:
Types: fence
RenderBuildingWall:
Type: fence
BRIK:
Inherits: ^Wall
@@ -1428,6 +1432,8 @@ BRIK:
NodeTypes: concrete
LineBuildNode:
Types: concrete
RenderBuildingWall:
Type: concrete
CYCL:
Inherits: ^Wall

View File

@@ -307,6 +307,12 @@ GASAND:
HP: 250
Armor:
Type: Light
LineBuild:
NodeTypes: sandbags
LineBuildNode:
Types: sandbags
RenderBuildingWall:
Type: sandbags
GAWALL:
Inherits: ^Wall