diff --git a/Resources/Prototypes/Entities/Structures/Decoration/floordecor.yml b/Resources/Prototypes/Entities/Structures/Decoration/floordecor.yml index a1e7bfb2ca4..2ed9c186eeb 100644 --- a/Resources/Prototypes/Entities/Structures/Decoration/floordecor.yml +++ b/Resources/Prototypes/Entities/Structures/Decoration/floordecor.yml @@ -27,6 +27,7 @@ anchored: true - type: Physics bodyType: Static + canCollide: false - type: Clickable - type: InteractionOutline # No fixture on this base, inherit from further down for fixture diff --git a/Resources/Prototypes/Entities/Structures/Decoration/rails.yml b/Resources/Prototypes/Entities/Structures/Decoration/rails.yml index ce7293243ea..a41b474622a 100644 --- a/Resources/Prototypes/Entities/Structures/Decoration/rails.yml +++ b/Resources/Prototypes/Entities/Structures/Decoration/rails.yml @@ -27,6 +27,7 @@ anchored: true - type: Physics bodyType: Static + canCollide: false - type: Clickable - type: entity diff --git a/Resources/Prototypes/Entities/Structures/Decoration/torches.yml b/Resources/Prototypes/Entities/Structures/Decoration/torches.yml index 837140661f9..1646ec9f707 100644 --- a/Resources/Prototypes/Entities/Structures/Decoration/torches.yml +++ b/Resources/Prototypes/Entities/Structures/Decoration/torches.yml @@ -12,6 +12,7 @@ - type: InteractionOutline - type: Physics bodyType: Static + canCollide: false - type: Sprite netsync: false noRot: true