From f12676a191b14f0c9aff48f1c420b1e1f21ace22 Mon Sep 17 00:00:00 2001 From: Vera Aguilera Puerto Date: Sun, 3 Apr 2022 14:09:54 +0200 Subject: [PATCH] Fixes two prototypes that should have been abstract. --- Resources/Prototypes/Entities/Clothing/Ears/headsets.yml | 2 +- Resources/Prototypes/Entities/Clothing/Ears/headsets_alt.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Clothing/Ears/headsets.yml b/Resources/Prototypes/Entities/Clothing/Ears/headsets.yml index a8073b290e..61329beade 100644 --- a/Resources/Prototypes/Entities/Clothing/Ears/headsets.yml +++ b/Resources/Prototypes/Entities/Clothing/Ears/headsets.yml @@ -1,5 +1,5 @@ - type: entity - noSpawn: true + abstract: true parent: Clothing id: ClothingHeadset name: headset diff --git a/Resources/Prototypes/Entities/Clothing/Ears/headsets_alt.yml b/Resources/Prototypes/Entities/Clothing/Ears/headsets_alt.yml index 948344b438..10087a9c39 100644 --- a/Resources/Prototypes/Entities/Clothing/Ears/headsets_alt.yml +++ b/Resources/Prototypes/Entities/Clothing/Ears/headsets_alt.yml @@ -1,5 +1,5 @@ - type: entity - noSpawn: true + abstract: true parent: Clothing id: ClothingHeadsetAlt name: headset