From 1fe2dda345428bff81f55c5de574571266edca52 Mon Sep 17 00:00:00 2001 From: Kara Date: Wed, 17 Jan 2024 06:14:52 -0700 Subject: [PATCH] Change default lights on devmap to non-LED ones (#24192) --- Resources/Maps/Test/dev_map.yml | 2 +- .../Prototypes/Entities/Structures/Lighting/base_lighting.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Resources/Maps/Test/dev_map.yml b/Resources/Maps/Test/dev_map.yml index 8fa0c774bd..5eb17e54d5 100644 --- a/Resources/Maps/Test/dev_map.yml +++ b/Resources/Maps/Test/dev_map.yml @@ -616,7 +616,7 @@ entities: rot: 3.141592653589793 rad pos: 1.5,-3.5 parent: 179 -- proto: AlwaysPoweredLightLED +- proto: AlwaysPoweredWallLight entities: - uid: 59 components: diff --git a/Resources/Prototypes/Entities/Structures/Lighting/base_lighting.yml b/Resources/Prototypes/Entities/Structures/Lighting/base_lighting.yml index 667c5a139e..a8792b0976 100644 --- a/Resources/Prototypes/Entities/Structures/Lighting/base_lighting.yml +++ b/Resources/Prototypes/Entities/Structures/Lighting/base_lighting.yml @@ -33,8 +33,9 @@ shader: unshaded state: base - type: PointLight - radius: 10 + color: "#FFE4CE" # 5000K color temp energy: 0.8 + radius: 10 softness: 1 offset: "0, -0.5" - type: Damageable -- 2.51.2