From 595ec5c0347173b2b704838d14fd587986f3830e Mon Sep 17 00:00:00 2001 From: Swept Date: Sat, 12 Sep 2020 12:14:58 +0000 Subject: [PATCH] Fixes "Large Bar Sign" not being abstract (#2033) --- Resources/Prototypes/Entities/Constructible/Walls/bar_sign.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/Prototypes/Entities/Constructible/Walls/bar_sign.yml b/Resources/Prototypes/Entities/Constructible/Walls/bar_sign.yml index a359afb625..85b1ad4e66 100644 --- a/Resources/Prototypes/Entities/Constructible/Walls/bar_sign.yml +++ b/Resources/Prototypes/Entities/Constructible/Walls/bar_sign.yml @@ -18,6 +18,7 @@ - type: entity id: LargeBarSign name: large bar sign + abstract: true components: - type: Clickable - type: InteractionOutline