Skip to content

Commit

Permalink
Nukes a reinforced wall from the Frontier file and places it in the n…
Browse files Browse the repository at this point in the history
…ormal walls yaml so there's no dupe
  • Loading branch information
adeinitas committed Sep 17, 2024
1 parent 694aa94 commit 5432336
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 38 deletions.
4 changes: 2 additions & 2 deletions Resources/Prototypes/Entities/Structures/Walls/walls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@
base: reinf_over

- type: entity
parent: WallShuttleDiagonal
parent: BaseWallDiagonal #DeltaV: Frontier Diagonal Walls port
id: WallReinforcedDiagonal
name: reinforced wall
suffix: diagonal
Expand Down Expand Up @@ -1027,7 +1027,7 @@
base: solid

- type: entity
parent: WallShuttleDiagonal
parent: BaseWallDiagonal #DeltaV: Frontier Diagonal Walls port
id: WallSolidDiagonal
name: solid wall
suffix: diagonal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,42 +45,6 @@
- WallLayer

# Wall variations
- type: entity
parent: [ WallReinforced, BaseWallDiagonal ]
id: WallReinforcedDiagonal
name: reinforced wall
placement:
mode: SnapgridCenter
snap:
- Wall
components:
- type: Sprite
drawdepth: Walls
sprite: _NF/Structures/Walls/solid_reinforced_diagonal.rsi
state: state0
- type: IconSmooth
mode: Diagonal
key: walls
base: state
- type: Icon
sprite: _NF/Structures/Walls/solid_reinforced_diagonal.rsi
state: state0
- type: Fixtures
fixtures:
fix1:
shape:
!type:PolygonShape
vertices:
- "-0.5,-0.5"
- "0.5,0.5"
- "0.5,-0.5"
mask:
- FullTileMask
layer:
- WallLayer
- type: Occluder
enabled: false

- type: entity
parent: [ WallWood, BaseWallDiagonal ]
id: WallWoodDiagonal
Expand Down

0 comments on commit 5432336

Please sign in to comment.