From cb93572c722ce98d94b7918c2723fc8dd09f84fc Mon Sep 17 00:00:00 2001 From: Vordenburg <114301317+Vordenburg@users.noreply.github.com> Date: Mon, 22 May 2023 17:49:24 -0400 Subject: [PATCH] Let holobarriers be climbable with alt. action (#16700) Fix a typo, too. --- .../Prototypes/Entities/Structures/Holographic/projections.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Structures/Holographic/projections.yml b/Resources/Prototypes/Entities/Structures/Holographic/projections.yml index 890f80cebb..0fdd1d912c 100644 --- a/Resources/Prototypes/Entities/Structures/Holographic/projections.yml +++ b/Resources/Prototypes/Entities/Structures/Holographic/projections.yml @@ -42,7 +42,7 @@ id: HolosignSecurity parent: HolosignWetFloor name: holographic barrier - description: A barrier of hard light that blocks movenment, but pretty weak. + description: A barrier of hard light that blocks movement, but pretty weak. components: - type: Physics bodyType: Static @@ -76,3 +76,4 @@ radius: 3 color: red - type: Climbable + - type: Clickable