Skip to content

Commit

Permalink
Merge pull request #207 from dvir001/WallInvisibleShip-Fix
Browse files Browse the repository at this point in the history
WallInvisibleShip-Fix
  • Loading branch information
Cheackraze committed Aug 14, 2023
2 parents 14aba6b + 9a5e9a3 commit 799af31
Showing 1 changed file with 13 additions and 4 deletions.
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

0 comments on commit 799af31

Please sign in to comment.