From 0f729bca0d9811dd92982efe78714548dc72d18c Mon Sep 17 00:00:00 2001 From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Thu, 26 Sep 2024 05:58:18 -0500 Subject: [PATCH] Makes `BaseAdvancedPen` abstract (#32454) Co-authored-by: Velcroboy --- Resources/Prototypes/Entities/Objects/Misc/pen.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/Prototypes/Entities/Objects/Misc/pen.yml b/Resources/Prototypes/Entities/Objects/Misc/pen.yml index b0a466f891..55117e6360 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/pen.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/pen.yml @@ -59,6 +59,7 @@ - type: entity id: BaseAdvancedPen parent: PenEmbeddable + abstract: true components: - type: Tag tags: -- 2.51.2