From da11793505cf8c1e369bd929911e54c792397b00 Mon Sep 17 00:00:00 2001 From: Peptide90 <78795277+Peptide90@users.noreply.github.com> Date: Tue, 5 Nov 2024 17:38:45 +0000 Subject: [PATCH] Fix Brotherhood door IDs (#658) * fix master * fix brotherhood door IDs --- Resources/Migrations/N14Migrations.yml | 7 +++++++ .../_Nuclear14/Entities/Structures/Doors/access.yml | 10 +++++----- .../Entities/Structures/Doors/access_tall.yml | 6 +++--- 3 files changed, 15 insertions(+), 8 deletions(-) diff --git a/Resources/Migrations/N14Migrations.yml b/Resources/Migrations/N14Migrations.yml index 8f72e0d78f8..3fa08ab9a5b 100644 --- a/Resources/Migrations/N14Migrations.yml +++ b/Resources/Migrations/N14Migrations.yml @@ -86,6 +86,13 @@ N14SpawnPointBoSWashingtonRecruit: N14SpawnPointBoSWashingtonInitiate N14SpawnPointBoSWashingtonResearcher: N14SpawnPointBoSWashingtonScribe N14SpawnPointBoSWashingtonSoldier: N14SpawnPointBoSWashingtonKnight N14SpawnPointBoSWashingtonCaptain: N14SpawnPointBoSWashingtonPaladin +N14DoorBunkerGlassLockedBoSMidwestElder: N14DoorBunkerGlassLockedBoSWashingtonElder +N14DoorBunkerGlassLockedBoSMidwestPaladin: N14DoorBunkerGlassLockedBoSWashingtonPaladin +N14DoorBunkerGlassLockedBoSMidwestInitiate: N14DoorBunkerGlassLockedBoSWashingtonInitiate +N14DoorBunkerGlassLockedBoSPaladin: N14DoorBunkerGlassLockedBoSMidwestPaladin +N14DoorBunkerLockedBoSPaladin: N14DoorBunkerLockedBoSMidwestPaladin +N14DoorBunkerGlassLockedBoSCommander: N14DoorBunkerGlassLockedBoSMidwestCommander +N14DoorBunkerLockedBoSCommander: N14DoorBunkerLockedBoSMidwestCommander # NCR Renamed Spawner Fixes N14SpawnPointNCRMP: null diff --git a/Resources/Prototypes/_Nuclear14/Entities/Structures/Doors/access.yml b/Resources/Prototypes/_Nuclear14/Entities/Structures/Doors/access.yml index fbbae421908..9ee106f150d 100644 --- a/Resources/Prototypes/_Nuclear14/Entities/Structures/Doors/access.yml +++ b/Resources/Prototypes/_Nuclear14/Entities/Structures/Doors/access.yml @@ -138,7 +138,7 @@ - type: entity parent: N14DoorBunker - id: N14DoorBunkerLockedBoSPaladin + id: N14DoorBunkerLockedBoSMidwestPaladin suffix: BoSMidwest, Locked, Paladin components: - type: ContainerFill @@ -149,7 +149,7 @@ - type: entity parent: N14DoorBunkerGlass - id: N14DoorBunkerGlassLockedBoSPaladin + id: N14DoorBunkerGlassLockedBoSMidwestPaladin suffix: BoSMidwest, Locked, Paladin components: - type: ContainerFill @@ -160,7 +160,7 @@ - type: entity parent: N14DoorBunker - id: N14DoorBunkerLockedBoSCommander + id: N14DoorBunkerLockedBoSMidwestCommander suffix: BOSMidwest, Locked, Commander components: - type: ContainerFill @@ -260,7 +260,7 @@ - type: entity parent: N14DoorBunkerGlass - id: N14DoorBunkerGlassLockedBoSMidwestPaladin + id: N14DoorBunkerGlassLockedBoSWashingtonPaladin suffix: BoSWashington, Locked, Paladin components: - type: ContainerFill @@ -282,7 +282,7 @@ - type: entity parent: N14DoorBunkerGlass - id: N14DoorBunkerGlassLockedBoSMidwestElder + id: N14DoorBunkerGlassLockedBoSWashingtonElder suffix: BoSWashington, Locked, Elder components: - type: ContainerFill diff --git a/Resources/Prototypes/_Nuclear14/Entities/Structures/Doors/access_tall.yml b/Resources/Prototypes/_Nuclear14/Entities/Structures/Doors/access_tall.yml index 5e2b3c29be7..ff80c3affd8 100644 --- a/Resources/Prototypes/_Nuclear14/Entities/Structures/Doors/access_tall.yml +++ b/Resources/Prototypes/_Nuclear14/Entities/Structures/Doors/access_tall.yml @@ -95,7 +95,7 @@ - type: entity parent: N14DoorAirlockTall - id: N14DoorBunkerLockedBoSPaladinTall + id: N14DoorBunkerLockedBoSMidwestPaladinTall suffix: BoSMidwest, Locked, Paladin components: - type: ContainerFill @@ -106,7 +106,7 @@ - type: entity parent: N14DoorBunkerGlass # needs replaced - id: N14DoorBunkerGlassLockedBoSPaladinTall + id: N14DoorBunkerGlassLockedBoSMidwestPaladinTall suffix: BoSMidwest, Locked, Paladin noSpawn: true components: @@ -118,7 +118,7 @@ - type: entity parent: N14DoorAirlockTall - id: N14DoorBunkerLockedBoSCommanderTall + id: N14DoorBunkerLockedBoSMidwestCommanderTall suffix: BOSMidwest, Locked, Commander components: - type: ContainerFill