From 168186f75b41b30a5934087025d5ec178314c643 Mon Sep 17 00:00:00 2001 From: kosticia Date: Sat, 9 Aug 2025 01:44:40 +0300 Subject: [PATCH] Fix bar and base signs (#39487) sorry --- .../Entities/Structures/Wallmounts/Signs/bar_sign.yml | 2 +- .../Structures/Wallmounts/Signs/base_structuresigns.yml | 2 ++ .../Entities/Structures/Wallmounts/base_wallmount.yml | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/bar_sign.yml b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/bar_sign.yml index 320a251218..a28b9db277 100644 --- a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/bar_sign.yml +++ b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/bar_sign.yml @@ -1,6 +1,6 @@ - type: entity id: BaseBarSign - parent: [ BaseWallmountGlass, BaseWallmountMetallic ] + parent: [ BaseWallmountGlass, BaseWallmountMachine ] name: bar sign abstract: true components: diff --git a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/base_structuresigns.yml b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/base_structuresigns.yml index 041a93e935..68693f41cd 100644 --- a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/base_structuresigns.yml +++ b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/base_structuresigns.yml @@ -20,3 +20,5 @@ snapCardinals: true - type: StaticPrice price: 20 + - type: Transform + anchored: false diff --git a/Resources/Prototypes/Entities/Structures/Wallmounts/base_wallmount.yml b/Resources/Prototypes/Entities/Structures/Wallmounts/base_wallmount.yml index 824a446013..49e4a62fd4 100644 --- a/Resources/Prototypes/Entities/Structures/Wallmounts/base_wallmount.yml +++ b/Resources/Prototypes/Entities/Structures/Wallmounts/base_wallmount.yml @@ -6,6 +6,8 @@ snap: - Wallmount components: + - type: Physics + canCollide: false - type: Clickable - type: WallMount - type: InteractionOutline -- 2.51.2