Skip to content
Open
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions Resources/Prototypes/Entities/Structures/Walls/walls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1662,6 +1662,7 @@
acts: ["Destruction"] # Frontier
- type: IconSmooth
key: cobblebricks
additionalKeys: walls # Frontier: added walls as an additional key.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

additionalKeys needs a list. You have to write either of these:

# first option:
additionalKeys: [walls]
# second option:
additionalKeys:
- walls

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a group of one huh, relatable.

base: cobblebrick
- type: StaticPrice # Frontier
price: 115 # Frontier
Expand All @@ -1677,6 +1678,7 @@
sprite: Structures/Walls/cobblebrick_basalt.rsi
- type: IconSmooth
key: cobblebricks
additionalKeys: walls # Frontier: added walls as an additional key.
base: cobblebrick

- type: entity
Expand All @@ -1691,6 +1693,7 @@
sprite: Structures/Walls/cobblebrick_snow.rsi
- type: IconSmooth
key: cobblebricks
additionalKeys: walls # Frontier: added walls as an additional key.
base: cobblebrick

- type: entity
Expand All @@ -1704,6 +1707,7 @@
sprite: Structures/Walls/cobblebrick_asteroid.rsi
- type: IconSmooth
key: cobblebricks
additionalKeys: walls # Frontier: added walls as an additional key.
base: cobblebrick
- type: Construction # Frontier
graph: Girder # Frontier
Expand All @@ -1720,6 +1724,7 @@
sprite: Structures/Walls/cobblebrick_sand.rsi
- type: IconSmooth
key: cobblebricks
additionalKeys: walls # Frontier: added walls as an additional key.
base: cobblebrick

- type: entity
Expand All @@ -1733,6 +1738,7 @@
sprite: Structures/Walls/cobblebrick_chromite.rsi
- type: IconSmooth
key: cobblebricks
additionalKeys: walls # Frontier: added walls as an additional key.
base: cobblebrick

- type: entity
Expand All @@ -1746,6 +1752,7 @@
sprite: Structures/Walls/cobblebrick_andesite.rsi
- type: IconSmooth
key: cobblebricks
additionalKeys: walls # Frontier: added walls as an additional key.
base: cobblebrick

# Cardboard
Expand Down
Loading