From 2e6b9960378fba5f837f395f9aa8e293f98c9d83 Mon Sep 17 00:00:00 2001 From: Delete69 <95458399+Delete69@users.noreply.github.com> Date: Wed, 15 Jun 2022 19:02:51 -0600 Subject: [PATCH] Increase fireplace brightness and radius (#8870) --- .../Prototypes/Entities/Structures/Decoration/fireplace.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Decoration/fireplace.yml b/Resources/Prototypes/Entities/Structures/Decoration/fireplace.yml index 6273331230..2459c69b53 100644 --- a/Resources/Prototypes/Entities/Structures/Decoration/fireplace.yml +++ b/Resources/Prototypes/Entities/Structures/Decoration/fireplace.yml @@ -14,6 +14,6 @@ - state: fireplace_glow shader: unshaded - type: PointLight - radius: 1.5 - energy: 1.6 + radius: 3 + energy: 3 color: "#FF6F00"