Hotfix: Some chapel airlocks use wrong wires and suffix (#4694)
* Hotfix: Some chapel airlocks use wrong wires and suffix * Add windoors
This commit is contained in:
parent
8622fe44b5
commit
3991bede5e
|
|
@ -190,3 +190,6 @@ Oilpack1: null
|
|||
|
||||
# 2025-10-11
|
||||
ClosetWallOrangeFilled: ClosetWallWardrobePrisonFilled
|
||||
|
||||
# 2025-11-19
|
||||
AirlockChapelStandardGlassLocked: AirlockChapelGlassLocked
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue