diff --git a/Resources/Prototypes/Entities/Structures/Furniture/sink.yml b/Resources/Prototypes/Entities/Structures/Furniture/sink.yml index 6d6245051e4..92cdbf8fa76 100644 --- a/Resources/Prototypes/Entities/Structures/Furniture/sink.yml +++ b/Resources/Prototypes/Entities/Structures/Furniture/sink.yml @@ -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 diff --git a/Resources/Prototypes/Entities/Structures/Specific/Janitor/drain.yml b/Resources/Prototypes/Entities/Structures/Specific/Janitor/drain.yml index 01ac6aaf47f..3212d9a005b 100644 --- a/Resources/Prototypes/Entities/Structures/Specific/Janitor/drain.yml +++ b/Resources/Prototypes/Entities/Structures/Specific/Janitor/drain.yml @@ -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