Skip to content

Commit

Permalink
Reflecting Wall Removals (for Reach) (#15)
Browse files Browse the repository at this point in the history
<!-- Guidelines:
https://docs.spacestation14.io/en/getting-started/pr-guideline -->

## About the PR
Removed Reflecting Walls. I think.

## Why / Balance
<!-- Discuss how this would affect game balance or explain why it was
changed. Link any relevant discussions or issues. -->

## Technical details
<!-- Summary of code changes for easier review. -->

## Media
<!-- Attach media if the PR makes ingame changes (clothing, items,
features, etc).
Small fixes/refactors are exempt. Media may be used in SS14 progress
reports with credit. -->

## Requirements
<!-- Confirm the following by placing an X in the brackets [X]: -->
- [X] I have read and am following the [Pull Request and Changelog
Guidelines](https://docs.spacestation14.com/en/general-development/codebase-info/pull-request-guidelines.html).
- [X] I have added media to this PR or it does not require an ingame
showcase.
<!-- You should understand that not following the above may get your PR
closed at maintainer’s discretion -->

## Breaking changes
<!-- List any breaking changes, including namespaces, public
class/method/field changes, prototype renames; and provide instructions
for fixing them.
This will be posted in #codebase-changes. -->

**Changelog**
<!-- Add a Changelog entry to make players aware of new features or
changes that could affect gameplay.
Make sure to read the guidelines and take this Changelog template out of
the comment block in order for it to show up.
Changelog must have a 🆑 symbol, so the bot recognizes the changes and
adds them to the game's changelog. -->
<!--
🆑
- tweak: Shuttle Walls no longer Reflect. Rejoice for Reach!
  • Loading branch information
Simyon264 authored Oct 23, 2024
2 parents 98b09f6 + 0878bd7 commit ef23e94
Showing 1 changed file with 6 additions and 4 deletions.
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

0 comments on commit ef23e94

Please sign in to comment.