From ccae4960adcfaf38a182f071cd30f015e7cc2772 Mon Sep 17 00:00:00 2001 From: Peptide90 <78795277+Peptide90@users.noreply.github.com> Date: Sun, 8 May 2022 09:51:20 +0100 Subject: [PATCH] Makes glass external and shuttle airlocks pass light (#7686) --- .../Prototypes/Entities/Structures/Doors/Airlocks/external.yml | 2 ++ .../Prototypes/Entities/Structures/Doors/Airlocks/shuttle.yml | 2 ++ 2 files changed, 4 insertions(+) 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