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

Shield Generator Wall #200

Closed
wants to merge 1 commit into from
Closed
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
7 changes: 4 additions & 3 deletions Resources/Prototypes/Entities/Structures/Walls/walls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -642,9 +642,9 @@

- type: entity
id: WallShuttleDiagonal
name: shuttle wall
name: shield generator
suffix: diagonal
description: Keeps the air in and the greytide out.
description: A complex construction of machinery that can only be produced in a factory and breaks apart if pushed wrong. Reflects AP rounds, but is ineffective against explosives.
placement:
mode: SnapgridCenter
snap:
Expand Down Expand Up @@ -716,7 +716,8 @@
- type: entity
parent: BaseWall
id: WallShuttle
name: shuttle wall
name: shield generator
description: A complex construction of machinery that can only be produced in a factory and breaks apart if pushed wrong. Reflects AP rounds, but is ineffective against explosives.
components:
- type: Tag
tags:
Expand Down
Loading