diff --git a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/external.yml b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/external.yml index ef22d221cc..dd8e261dc5 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/external.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/external.yml @@ -29,6 +29,8 @@ id: AirlockExternalGlass suffix: Glass, External components: + - type: Door + occludes: false - type: Occluder enabled: false - type: Sprite diff --git a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/shuttle.yml b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/shuttle.yml index f141da935b..12652166b0 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/shuttle.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/shuttle.yml @@ -84,3 +84,5 @@ enabled: false - type: PaintableAirlock group: ShuttleGlass + - type: Door + occludes: false \ No newline at end of file