diff --git a/Resources/Prototypes/_CP14/Entities/Clothing/Pants/base.yml b/Resources/Prototypes/_CP14/Entities/Clothing/Pants/base.yml index 7e393c228c..d0207799f0 100644 --- a/Resources/Prototypes/_CP14/Entities/Clothing/Pants/base.yml +++ b/Resources/Prototypes/_CP14/Entities/Clothing/Pants/base.yml @@ -12,6 +12,11 @@ - pants - type: Sprite state: icon + - type: Butcherable + butcheringType: Knife + spawned: + - id: CP14Cloth1 + amount: 1 - type: entity parent: CP14ClothingPantsBase diff --git a/Resources/Prototypes/_CP14/Entities/Clothing/Shirt/base.yml b/Resources/Prototypes/_CP14/Entities/Clothing/Shirt/base.yml index b516f9eb26..588cb55c16 100644 --- a/Resources/Prototypes/_CP14/Entities/Clothing/Shirt/base.yml +++ b/Resources/Prototypes/_CP14/Entities/Clothing/Shirt/base.yml @@ -12,3 +12,8 @@ - shirt - type: Sprite state: icon + - type: Butcherable + butcheringType: Knife + spawned: + - id: CP14Cloth1 + amount: 2