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

WallInvisibleShip-Fix #207

Merged
merged 1 commit into from
Aug 14, 2023
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
17 changes: 13 additions & 4 deletions Resources/Prototypes/_NF/Entities/Structures/Windows/window.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# Mime

- type: entity
id: WallInvisibleShip
name: Invisible Wall
suffix: Ship
id: WallInvisibleShip
placement:
mode: SnapgridCenter
snap:
- Wall
components:
- type: Transform
anchored: true
- type: Sprite
drawdepth: WallTops
- type: Fixtures
Expand All @@ -22,7 +26,9 @@
damageModifierSet: RGlass
- type: Physics
bodyType: Static
# - type: Occluder
- type: Airtight
noAirWhenFullyAirBlocked: false
- type: Destructible
thresholds:
- trigger:
Expand All @@ -39,4 +45,7 @@
interactSuccessString: comp-window-knock
messagePerceivedByOthers: comp-window-knock
interactSuccessSound:
path: /Audio/Effects/glass_knock.ogg
path: /Audio/Effects/glass_knock.ogg
- type: Tag
tags:
- Wall
Loading