Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions Resources/Prototypes/Entities/Structures/Furniture/sink.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@
range: 8
sound:
path: /Audio/Ambience/Objects/drain.ogg
- type: Anchorable # Triad: can move
- type: Pullable # Triad: can move
- type: Physics # Hardlight
bodyType: Static
canCollide: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
- type: Clickable
- type: Transform
anchored: true
- type: Anchorable # Triad: can move
- type: Pullable # Triad: can move
- type: Physics
bodyType: Static
canCollide: false
Expand Down
Loading