From 3991bede5ea083ca542e598fe32b2c76bac6d59b Mon Sep 17 00:00:00 2001 From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Wed, 19 Nov 2025 17:26:01 -0600 Subject: [PATCH] Hotfix: Some chapel airlocks use wrong wires and suffix (#4694) * Hotfix: Some chapel airlocks use wrong wires and suffix * Add windoors --- Resources/Migrations/deltaMigrations.yml | 3 +++ .../Entities/Structures/Doors/Airlocks/access.yml | 2 ++ .../Entities/Structures/Doors/Windoors/windoor.yml | 6 +++++- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Resources/Migrations/deltaMigrations.yml b/Resources/Migrations/deltaMigrations.yml index 02ef8417c4..e3315ac748 100644 --- a/Resources/Migrations/deltaMigrations.yml +++ b/Resources/Migrations/deltaMigrations.yml @@ -190,3 +190,6 @@ Oilpack1: null # 2025-10-11 ClosetWallOrangeFilled: ClosetWallWardrobePrisonFilled + +# 2025-11-19 +AirlockChapelStandardGlassLocked: AirlockChapelGlassLocked diff --git a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/access.yml b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/access.yml index 5e5ec5e9ca..ef703e7bb1 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/access.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/access.yml @@ -612,6 +612,7 @@ parent: AirlockStandardGlass id: AirlockChapelStandardGlassLocked suffix: Chapel, Locked + categories: [ HideSpawnMenu ] # DeltaV - Chapel is Epistemics and redundant components: - type: ContainerFill containers: @@ -952,6 +953,7 @@ - type: entity parent: AirlockMaintRnDLocked # DeltaV - Chapel is in Epistemics id: AirlockMaintChapelLocked + suffix: Chapel, Locked components: - type: Sprite sprite: _DV/Structures/Doors/Airlocks/Standard/maint.rsi # DeltaV - Changed to our sprites diff --git a/Resources/Prototypes/Entities/Structures/Doors/Windoors/windoor.yml b/Resources/Prototypes/Entities/Structures/Doors/Windoors/windoor.yml index 3d6559f442..aeac52b449 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Windoors/windoor.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Windoors/windoor.yml @@ -80,6 +80,10 @@ - type: ContainerFill containers: board: [ DoorElectronicsChapel ] + # DeltaV - Add epistemics wires + - type: Wires + layoutId: AirlockScience + # Delta V - End - type: entity parent: WindoorServiceLocked @@ -221,7 +225,7 @@ layoutId: AirlockCargo - type: entity - parent: WindoorSecure + parent: WindoorSecureScienceLocked # DeltaV - Epistemics wires id: WindoorSecureChapelLocked suffix: Chapel, Locked components: