From b3b6d4731078950d3e3a8b1558ec0ab7d6cbbcb1 Mon Sep 17 00:00:00 2001 From: slarticodefast <161409025+slarticodefast@users.noreply.github.com> Date: Thu, 24 Apr 2025 22:42:21 +0200 Subject: [PATCH] Disable shadows for observer pointlight (#36897) no shadows --- Resources/Prototypes/Entities/Mobs/Player/observer.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/Prototypes/Entities/Mobs/Player/observer.yml b/Resources/Prototypes/Entities/Mobs/Player/observer.yml index 7fe4fbed9b..2ef40d4a48 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/observer.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/observer.yml @@ -65,6 +65,7 @@ - BypassInteractionRangeChecks - type: PointLight radius: 6 + castShadows: false enabled: false # proto for player ghosts specifically -- 2.51.2