diff --git a/Resources/Prototypes/Entities/Structures/Doors/Windoors/windoor.yml b/Resources/Prototypes/Entities/Structures/Doors/Windoors/windoor.yml index f30472710d..75162c022a 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Windoors/windoor.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Windoors/windoor.yml @@ -96,16 +96,16 @@ # Secure - type: entity - parent: WindoorSecurityLocked - id: WindoorArmoryLocked + parent: WindoorSecureSecurityLocked + id: WindoorSecureArmoryLocked suffix: Armory, Locked components: - type: AccessReader access: [["Armory"]] - type: entity - parent: WindoorSecurityLocked - id: WindoorBrigLocked + parent: WindoorSecureSecurityLocked + id: WindoorSecureBrigLocked suffix: Brig, Locked components: - type: AccessReader @@ -129,7 +129,7 @@ - type: entity parent: WindoorSecure - id: WindoorChemistryLocked + id: WindoorSecureChemistryLocked suffix: Chemistry, Locked components: - type: AccessReader @@ -137,7 +137,7 @@ - type: entity parent: WindoorSecure - id: WindoorCommandLocked + id: WindoorSecureCommandLocked suffix: Command, Locked components: - type: AccessReader @@ -145,7 +145,7 @@ - type: entity parent: WindoorSecure - id: WindoorEngineeringLocked + id: WindoorSecureEngineeringLocked suffix: Engineering, Locked components: - type: AccessReader @@ -153,7 +153,7 @@ - type: entity parent: WindoorSecure - id: WindoorExternalLocked + id: WindoorSecureExternalLocked suffix: External, Locked components: - type: AccessReader @@ -177,7 +177,7 @@ - type: entity parent: WindoorSecure - id: WindoorMedicalLocked + id: WindoorSecureMedicalLocked suffix: Medical, Locked components: - type: AccessReader @@ -193,7 +193,7 @@ - type: entity parent: WindoorSecure - id: WindoorSecurityLocked + id: WindoorSecureSecurityLocked suffix: Security, Locked components: - type: AccessReader @@ -201,15 +201,15 @@ - type: entity parent: WindoorSecure - id: WindoorScienceLocked + id: WindoorSecureScienceLocked suffix: Science, Locked components: - type: AccessReader access: [["Research"]] - + - type: entity parent: WindoorSecure - id: WindoorHeadOfPersonnelLocked + id: WindoorSecureHeadOfPersonnelLocked suffix: HeadOfPersonnel, Locked components: - type: AccessReader @@ -217,7 +217,7 @@ - type: entity parent: WindoorSecure - id: WindoorAtmosphericsLocked + id: WindoorSecureAtmosphericsLocked suffix: Atmospherics, Locked components: - type: AccessReader @@ -225,7 +225,7 @@ - type: entity parent: WindoorSecure - id: WindoorParamedicLocked + id: WindoorSecureParamedicLocked suffix: Paramedic, Locked components: - type: AccessReader diff --git a/Resources/migration.yml b/Resources/migration.yml index a9b824da7c..6f400e854e 100644 --- a/Resources/migration.yml +++ b/Resources/migration.yml @@ -74,3 +74,17 @@ ParticleAcceleratorEmitterLeft: ParticleAcceleratorEmitterStarboard ParticleAcceleratorEmitterLeftUnfinished: ParticleAcceleratorEmitterStarboardUnfinished ParticleAcceleratorEmitterRight: ParticleAcceleratorEmitterPort ParticleAcceleratorEmitterRightUnfinished: ParticleAcceleratorEmitterPortUnfinished + +# 2023-06-21 +WindoorArmoryLocked: WindoorSecureArmoryLocked +WindoorBrigLocked: WindoorSecureBrigLocked +WindoorChemistryLocked: WindoorSecureChemistryLocked +WindoorCommandLocked: WindoorSecureCommandLocked +WindoorEngineeringLocked: WindoorSecureEngineeringLocked +WindoorExternalLocked: WindoorSecureExternalLocked +WindoorMedicalLocked: WindoorSecureMedicalLocked +WindoorSecurityLocked: WindoorSecureSecurityLocked +WindoorScienceLocked: WindoorSecureScienceLocked +WindoorHeadOfPersonnelLocked: WindoorSecureHeadOfPersonnelLocked +WindoorAtmosphericsLocked: WindoorSecureAtmosphericsLocked +WindoorParamedicLocked: WindoorSecureParamedicLocked