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