From e85b839d27f82f168a589bb43d4acbeb90464d94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Aguilera=20Puerto?= Date: Mon, 8 Jun 2020 21:37:58 +0200 Subject: [PATCH] Mark some base prototypes as abstract --- .../Prototypes/BodySystem/body_system_dropped_items_default.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Resources/Prototypes/BodySystem/body_system_dropped_items_default.yml b/Resources/Prototypes/BodySystem/body_system_dropped_items_default.yml index 82fb378b16..60bec86dc8 100644 --- a/Resources/Prototypes/BodySystem/body_system_dropped_items_default.yml +++ b/Resources/Prototypes/BodySystem/body_system_dropped_items_default.yml @@ -2,6 +2,7 @@ name: "basedroppedbodypart" parent: BaseItem id: BaseDroppedBodyPart + abstract: true components: - type: DroppedBodyPart - type: Sprite @@ -12,6 +13,7 @@ name: "basedroppedmechanism" parent: BaseItem id: BaseDroppedMechanism + abstract: true components: - type: DroppedMechanism - type: Sprite