Merge pull request #5326 from Mailaender/wall-types
Fixed sandbags connecting to concrete walls
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -307,6 +307,12 @@ GASAND:
|
||||
HP: 250
|
||||
Armor:
|
||||
Type: Light
|
||||
LineBuild:
|
||||
NodeTypes: sandbags
|
||||
LineBuildNode:
|
||||
Types: sandbags
|
||||
RenderBuildingWall:
|
||||
Type: sandbags
|
||||
|
||||
GAWALL:
|
||||
Inherits: ^Wall
|
||||
|
||||
Reference in New Issue
Block a user