From 470efac15a0fce01c8a15fa65a114c047c038d84 Mon Sep 17 00:00:00 2001 From: VMSolidus Date: Wed, 11 Dec 2024 14:38:14 -0500 Subject: [PATCH] More Nonsense --- .../Prototypes/Entities/Structures/Decoration/floordecor.yml | 1 + Resources/Prototypes/Entities/Structures/Decoration/rails.yml | 1 + Resources/Prototypes/Entities/Structures/Decoration/torches.yml | 1 + 3 files changed, 3 insertions(+) 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