From ef0538248506b77eb4e59ce177a65a55d23ee29f Mon Sep 17 00:00:00 2001 From: eclips_e <67359748+Just-a-Unity-Dev@users.noreply.github.com> Date: Mon, 6 Mar 2023 12:33:41 +0800 Subject: [PATCH] make pins 1 size (#14392) --- .../Entities/Clothing/Neck/pins.yml | 26 +++++++++++++------ 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/Resources/Prototypes/Entities/Clothing/Neck/pins.yml b/Resources/Prototypes/Entities/Clothing/Neck/pins.yml index cc9c2dd636..fe72fd12e9 100644 --- a/Resources/Prototypes/Entities/Clothing/Neck/pins.yml +++ b/Resources/Prototypes/Entities/Clothing/Neck/pins.yml @@ -1,5 +1,15 @@ - type: entity parent: ClothingNeckBase + id: ClothingNeckPinBase + abstract: true + name: pin + description: be nothing do crime + components: + - type: Item + size: 1 + +- type: entity + parent: ClothingNeckPinBase id: ClothingNeckLGBTPin name: LGBT pin description: be gay do crime @@ -15,7 +25,7 @@ - state: lgbt-equipped - type: entity - parent: ClothingNeckBase + parent: ClothingNeckPinBase id: ClothingNeckAromanticPin name: aromantic pin description: be aro do crime @@ -31,7 +41,7 @@ - state: aro-equipped - type: entity - parent: ClothingNeckBase + parent: ClothingNeckPinBase id: ClothingNeckAsexualPin name: asexual pin description: be ace do crime @@ -47,7 +57,7 @@ - state: asex-equipped - type: entity - parent: ClothingNeckBase + parent: ClothingNeckPinBase id: ClothingNeckBisexualPin name: bisexual pin description: be bi do crime @@ -63,7 +73,7 @@ - state: bi-equipped - type: entity - parent: ClothingNeckBase + parent: ClothingNeckPinBase id: ClothingNeckIntersexPin name: intersex pin description: be intersex do crime @@ -79,7 +89,7 @@ - state: inter-equipped - type: entity - parent: ClothingNeckBase + parent: ClothingNeckPinBase id: ClothingNeckLesbianPin name: lesbian pin description: be lesbian do crime @@ -95,7 +105,7 @@ - state: les-equipped - type: entity - parent: ClothingNeckBase + parent: ClothingNeckPinBase id: ClothingNeckNonBinaryPin name: non-binary pin description: "01100010 01100101 00100000 01100101 01101110 01100010 01111001 00100000 01100100 01101111 00100000 01100011 01110010 01101001 01101101 01100101" @@ -111,7 +121,7 @@ - state: non-equipped - type: entity - parent: ClothingNeckBase + parent: ClothingNeckPinBase id: ClothingNeckPansexualPin name: pansexual pin description: be pan do crime @@ -127,7 +137,7 @@ - state: pan-equipped - type: entity - parent: ClothingNeckBase + parent: ClothingNeckPinBase id: ClothingNeckTransPin name: transgender pin description: be trans do crime -- 2.52.0