From d0d0d43c6282db0ee1a4930232b4720dd597d0fa Mon Sep 17 00:00:00 2001 From: MallowSune <17623872+MallowSune@users.noreply.github.com> Date: Wed, 18 Feb 2026 20:41:09 -0500 Subject: [PATCH 1/3] add pockets to bso kimono --- .../Prototypes/_Omu/Entities/Clothing/OuterClothing/armour.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/_Omu/Entities/Clothing/OuterClothing/armour.yml b/Resources/Prototypes/_Omu/Entities/Clothing/OuterClothing/armour.yml index d43bd78470f..f19ba700d8d 100644 --- a/Resources/Prototypes/_Omu/Entities/Clothing/OuterClothing/armour.yml +++ b/Resources/Prototypes/_Omu/Entities/Clothing/OuterClothing/armour.yml @@ -1,5 +1,5 @@ - type: entity - parent: ClothingBlueshieldArmourVest + parent: [ClothingBlueshieldArmourVest, AllowSuitStorageClothing] id: ClothingOuterBlueshieldArmourKimono name: blueshield's armored kimono description: An armored vest with the badge of the blueshield. Utilizes bluespace technology to be more compact. From 5e5811ee1e0bba979a7248aeccc6153c0b5694ca Mon Sep 17 00:00:00 2001 From: MallowSune <17623872+MallowSune@users.noreply.github.com> Date: Sat, 21 Feb 2026 22:05:47 -0500 Subject: [PATCH 2/3] Added ClothingOuterStorageBase to all BSO Outer Wear --- .../Entities/Clothing/OuterClothing/armor.yml | 4 ++-- .../_Goobstation/Entities/Clothing/OuterClothing/armour.yml | 6 +++--- .../_Omu/Entities/Clothing/OuterClothing/armour.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Resources/Prototypes/_EinsteinEngines/Entities/Clothing/OuterClothing/armor.yml b/Resources/Prototypes/_EinsteinEngines/Entities/Clothing/OuterClothing/armor.yml index 4fb8d2dac3e..e099e176399 100644 --- a/Resources/Prototypes/_EinsteinEngines/Entities/Clothing/OuterClothing/armor.yml +++ b/Resources/Prototypes/_EinsteinEngines/Entities/Clothing/OuterClothing/armor.yml @@ -35,7 +35,7 @@ suffix: Opened - type: entity - parent: ClothingBlueshieldArmourVest + parent: [ClothingBlueshieldArmourVest, ClothingOuterStorageBase] id: ClothingBlueshieldArmoredMarine name: blueshield's armored marine vest description: A vest from the blueshield's time in the marines. @@ -48,7 +48,7 @@ size: Normal - type: entity - parent: ClothingBlueshieldArmourVest + parent: [ClothingBlueshieldArmourVest, ClothingOuterStorageBase] id: ClothingBlueshieldArmoredVest name: blueshield's armored vest description: A vest with sewn-in reinforcement layers. diff --git a/Resources/Prototypes/_Goobstation/Entities/Clothing/OuterClothing/armour.yml b/Resources/Prototypes/_Goobstation/Entities/Clothing/OuterClothing/armour.yml index b277780c182..4eb10ea282e 100644 --- a/Resources/Prototypes/_Goobstation/Entities/Clothing/OuterClothing/armour.yml +++ b/Resources/Prototypes/_Goobstation/Entities/Clothing/OuterClothing/armour.yml @@ -167,7 +167,7 @@ # Blueshield Armour Vest - type: entity - parent: [ BaseCentcommContraband, ClothingOuterArmorCaptainCarapace ] + parent: [ BaseCentcommContraband, ClothingOuterArmorCaptainCarapace, ClothingOuterStorageBase ] id: ClothingBlueshieldArmourVest name: blueshield's security armour description: An armoured vest with the badge of the blueshield. Utilizes bluespace technology to be more compact. @@ -180,7 +180,7 @@ size: Normal - type: entity - parent: ClothingBlueshieldArmourVest + parent: [ClothingBlueshieldArmourVest, ClothingOuterStorageBase] id: ClothingBlueshieldArmoredJacket name: blueshield's armored jacket description: A jacket with sewn-in reinforcement layers. @@ -191,7 +191,7 @@ sprite: _Goobstation/Clothing/OuterClothing/Armor/blueshield_jacket.rsi - type: entity - parent: ClothingBlueshieldArmourVest + parent: [ClothingBlueshieldArmourVest, ClothingOuterStorageBase] id: ClothingBlueshieldArmoredCowboyJacket name: blueshield's armored cowboy jacket description: A jacket to protect important people in wild areas. diff --git a/Resources/Prototypes/_Omu/Entities/Clothing/OuterClothing/armour.yml b/Resources/Prototypes/_Omu/Entities/Clothing/OuterClothing/armour.yml index f19ba700d8d..e3be927ce4f 100644 --- a/Resources/Prototypes/_Omu/Entities/Clothing/OuterClothing/armour.yml +++ b/Resources/Prototypes/_Omu/Entities/Clothing/OuterClothing/armour.yml @@ -1,5 +1,5 @@ - type: entity - parent: [ClothingBlueshieldArmourVest, AllowSuitStorageClothing] + parent: [ClothingBlueshieldArmourVest, ClothingOuterStorageBase] id: ClothingOuterBlueshieldArmourKimono name: blueshield's armored kimono description: An armored vest with the badge of the blueshield. Utilizes bluespace technology to be more compact. From 4e140db9383d0c23f7674e56c715db0363e2bf30 Mon Sep 17 00:00:00 2001 From: MallowSune <17623872+MallowSune@users.noreply.github.com> Date: Tue, 24 Feb 2026 14:57:11 -0500 Subject: [PATCH 3/3] cleaning up parents per pon's advice --- .../Entities/Clothing/OuterClothing/armor.yml | 4 ++-- .../_Goobstation/Entities/Clothing/OuterClothing/armour.yml | 4 ++-- .../_Omu/Entities/Clothing/OuterClothing/armour.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Resources/Prototypes/_EinsteinEngines/Entities/Clothing/OuterClothing/armor.yml b/Resources/Prototypes/_EinsteinEngines/Entities/Clothing/OuterClothing/armor.yml index e099e176399..4fb8d2dac3e 100644 --- a/Resources/Prototypes/_EinsteinEngines/Entities/Clothing/OuterClothing/armor.yml +++ b/Resources/Prototypes/_EinsteinEngines/Entities/Clothing/OuterClothing/armor.yml @@ -35,7 +35,7 @@ suffix: Opened - type: entity - parent: [ClothingBlueshieldArmourVest, ClothingOuterStorageBase] + parent: ClothingBlueshieldArmourVest id: ClothingBlueshieldArmoredMarine name: blueshield's armored marine vest description: A vest from the blueshield's time in the marines. @@ -48,7 +48,7 @@ size: Normal - type: entity - parent: [ClothingBlueshieldArmourVest, ClothingOuterStorageBase] + parent: ClothingBlueshieldArmourVest id: ClothingBlueshieldArmoredVest name: blueshield's armored vest description: A vest with sewn-in reinforcement layers. diff --git a/Resources/Prototypes/_Goobstation/Entities/Clothing/OuterClothing/armour.yml b/Resources/Prototypes/_Goobstation/Entities/Clothing/OuterClothing/armour.yml index 4eb10ea282e..3dc03e2db0b 100644 --- a/Resources/Prototypes/_Goobstation/Entities/Clothing/OuterClothing/armour.yml +++ b/Resources/Prototypes/_Goobstation/Entities/Clothing/OuterClothing/armour.yml @@ -180,7 +180,7 @@ size: Normal - type: entity - parent: [ClothingBlueshieldArmourVest, ClothingOuterStorageBase] + parent: ClothingBlueshieldArmourVest id: ClothingBlueshieldArmoredJacket name: blueshield's armored jacket description: A jacket with sewn-in reinforcement layers. @@ -191,7 +191,7 @@ sprite: _Goobstation/Clothing/OuterClothing/Armor/blueshield_jacket.rsi - type: entity - parent: [ClothingBlueshieldArmourVest, ClothingOuterStorageBase] + parent: ClothingBlueshieldArmourVest id: ClothingBlueshieldArmoredCowboyJacket name: blueshield's armored cowboy jacket description: A jacket to protect important people in wild areas. diff --git a/Resources/Prototypes/_Omu/Entities/Clothing/OuterClothing/armour.yml b/Resources/Prototypes/_Omu/Entities/Clothing/OuterClothing/armour.yml index e3be927ce4f..d43bd78470f 100644 --- a/Resources/Prototypes/_Omu/Entities/Clothing/OuterClothing/armour.yml +++ b/Resources/Prototypes/_Omu/Entities/Clothing/OuterClothing/armour.yml @@ -1,5 +1,5 @@ - type: entity - parent: [ClothingBlueshieldArmourVest, ClothingOuterStorageBase] + parent: ClothingBlueshieldArmourVest id: ClothingOuterBlueshieldArmourKimono name: blueshield's armored kimono description: An armored vest with the badge of the blueshield. Utilizes bluespace technology to be more compact.