From 2dd5c48c75038eb12a79b887258b828a73757f08 Mon Sep 17 00:00:00 2001 From: Nim <128169402+Nimfar11@users.noreply.github.com> Date: Sat, 18 Jan 2025 23:10:56 +0200 Subject: [PATCH] cut clothes (#781) Co-authored-by: Ed <96445749+TheShuEd@users.noreply.github.com> --- Resources/Prototypes/_CP14/Entities/Clothing/Pants/base.yml | 5 +++++ Resources/Prototypes/_CP14/Entities/Clothing/Shirt/base.yml | 5 +++++ 2 files changed, 10 insertions(+) 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