From f9bf2eb2b088549a01535cc2bac8e4991b32093d Mon Sep 17 00:00:00 2001 From: Adrian16199 Date: Wed, 3 Jan 2024 15:45:07 +0100 Subject: [PATCH 1/3] Fixes mantis not spawnin with their respective bag. A small thing but somethin to note nontheless. --- .../Fills/Backpacks/StarterGear/backpack.yml | 28 +++++++++++++++++++ .../Roles/Jobs/Epistemics/forensicmantis.yml | 2 ++ 2 files changed, 30 insertions(+) diff --git a/Resources/Prototypes/Nyanotrasen/Catalog/Fills/Backpacks/StarterGear/backpack.yml b/Resources/Prototypes/Nyanotrasen/Catalog/Fills/Backpacks/StarterGear/backpack.yml index d72e0dd7cd8..01a54a228d5 100644 --- a/Resources/Prototypes/Nyanotrasen/Catalog/Fills/Backpacks/StarterGear/backpack.yml +++ b/Resources/Prototypes/Nyanotrasen/Catalog/Fills/Backpacks/StarterGear/backpack.yml @@ -11,3 +11,31 @@ - id: PillMindbreakerToxin - id: BoxFolderGrey - id: RubberStampMantis + +- type: entity + noSpawn: true + parent: ClothingBackpackSatchelScience + id: ClothingBackpackSatchelMantisFilled + components: + - type: StorageFill + contents: + - id: BoxSurvival + # - id: BoxForensicPad # DeltaV - Mantis is no longer a Detective + - id: HandLabeler + - id: PillMindbreakerToxin + - id: BoxFolderGrey + - id: RubberStampMantis + +- type: entity + noSpawn: true + parent: ClothingBackpackDuffelScience + id: ClothingBackpackDuffelMantisFilled + components: + - type: StorageFill + contents: + - id: BoxSurvival + # - id: BoxForensicPad # DeltaV - Mantis is no longer a Detective + - id: HandLabeler + - id: PillMindbreakerToxin + - id: BoxFolderGrey + - id: RubberStampMantis diff --git a/Resources/Prototypes/Nyanotrasen/Roles/Jobs/Epistemics/forensicmantis.yml b/Resources/Prototypes/Nyanotrasen/Roles/Jobs/Epistemics/forensicmantis.yml index aa9bb2828b6..c14cd95a214 100644 --- a/Resources/Prototypes/Nyanotrasen/Roles/Jobs/Epistemics/forensicmantis.yml +++ b/Resources/Prototypes/Nyanotrasen/Roles/Jobs/Epistemics/forensicmantis.yml @@ -40,3 +40,5 @@ belt: ClothingBeltMantis # pocket2: ForensicScanner # DeltaV - Mantis is no longer a Detective innerClothingSkirt: ClothingUniformSkirtMantis + satchel: ClothingBackpackSatchelMantisFilled + duffelbag: ClothingBackpackDuffelMantisFilled \ No newline at end of file From 8c3d299744de90bb5a31b230ea7141c5fdc51acf Mon Sep 17 00:00:00 2001 From: Adrian16199 Date: Thu, 4 Jan 2024 11:05:49 +0100 Subject: [PATCH 2/3] Fixes it as I didnt notice that there was already yml for the other ones, eeh --- .../Fills/Backpacks/StarterGear/backpack.yml | 26 ------------------- .../Roles/Jobs/Epistemics/forensicmantis.yml | 2 +- 2 files changed, 1 insertion(+), 27 deletions(-) diff --git a/Resources/Prototypes/Nyanotrasen/Catalog/Fills/Backpacks/StarterGear/backpack.yml b/Resources/Prototypes/Nyanotrasen/Catalog/Fills/Backpacks/StarterGear/backpack.yml index 01a54a228d5..aa3460717cb 100644 --- a/Resources/Prototypes/Nyanotrasen/Catalog/Fills/Backpacks/StarterGear/backpack.yml +++ b/Resources/Prototypes/Nyanotrasen/Catalog/Fills/Backpacks/StarterGear/backpack.yml @@ -12,30 +12,4 @@ - id: BoxFolderGrey - id: RubberStampMantis -- type: entity - noSpawn: true - parent: ClothingBackpackSatchelScience - id: ClothingBackpackSatchelMantisFilled - components: - - type: StorageFill - contents: - - id: BoxSurvival - # - id: BoxForensicPad # DeltaV - Mantis is no longer a Detective - - id: HandLabeler - - id: PillMindbreakerToxin - - id: BoxFolderGrey - - id: RubberStampMantis -- type: entity - noSpawn: true - parent: ClothingBackpackDuffelScience - id: ClothingBackpackDuffelMantisFilled - components: - - type: StorageFill - contents: - - id: BoxSurvival - # - id: BoxForensicPad # DeltaV - Mantis is no longer a Detective - - id: HandLabeler - - id: PillMindbreakerToxin - - id: BoxFolderGrey - - id: RubberStampMantis diff --git a/Resources/Prototypes/Nyanotrasen/Roles/Jobs/Epistemics/forensicmantis.yml b/Resources/Prototypes/Nyanotrasen/Roles/Jobs/Epistemics/forensicmantis.yml index c14cd95a214..c3e682e02a9 100644 --- a/Resources/Prototypes/Nyanotrasen/Roles/Jobs/Epistemics/forensicmantis.yml +++ b/Resources/Prototypes/Nyanotrasen/Roles/Jobs/Epistemics/forensicmantis.yml @@ -41,4 +41,4 @@ # pocket2: ForensicScanner # DeltaV - Mantis is no longer a Detective innerClothingSkirt: ClothingUniformSkirtMantis satchel: ClothingBackpackSatchelMantisFilled - duffelbag: ClothingBackpackDuffelMantisFilled \ No newline at end of file + duffelbag: ClothingBackpackDuffelMantisFilled From 95b2ef2969c7415b5ff838957e3196da3d945b29 Mon Sep 17 00:00:00 2001 From: Adrian16199 Date: Fri, 19 Jan 2024 12:31:29 +0100 Subject: [PATCH 3/3] Update backpack.yml --- .../Catalog/Fills/Backpacks/StarterGear/backpack.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Resources/Prototypes/Nyanotrasen/Catalog/Fills/Backpacks/StarterGear/backpack.yml b/Resources/Prototypes/Nyanotrasen/Catalog/Fills/Backpacks/StarterGear/backpack.yml index aa3460717cb..d72e0dd7cd8 100644 --- a/Resources/Prototypes/Nyanotrasen/Catalog/Fills/Backpacks/StarterGear/backpack.yml +++ b/Resources/Prototypes/Nyanotrasen/Catalog/Fills/Backpacks/StarterGear/backpack.yml @@ -11,5 +11,3 @@ - id: PillMindbreakerToxin - id: BoxFolderGrey - id: RubberStampMantis - -