Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reflecting Wall Removals (for Reach) #15

Merged
merged 1 commit into from
Oct 23, 2024
Merged
Changes from all 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
10 changes: 6 additions & 4 deletions Resources/Prototypes/Entities/Structures/Walls/walls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -928,8 +928,9 @@
3: { state: shuttle_construct-3, visible: true}
4: { state: shuttle_construct-4, visible: true}
5: { state: shuttle_construct-5, visible: true}
- type: Reflect
reflectProb: 1
# SSS - Removed Reflecting Walls
# - type: Reflect
# reflectProb: 1

- type: entity
parent: BaseWall
Expand Down Expand Up @@ -973,8 +974,9 @@
- type: IconSmooth
key: walls
base: state
- type: Reflect
reflectProb: 1
# SSS - Removed Reflecting Walls
# - type: Reflect
# reflectProb: 1

- type: entity
parent: BaseWall
Expand Down
Loading