From: kosticia Date: Fri, 8 Aug 2025 22:44:40 +0000 (+0300) Subject: Fix bar and base signs (#39487) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=168186f75b41b30a5934087025d5ec178314c643;p=space-station-14.git Fix bar and base signs (#39487) sorry --- 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