From 5523ea47529eeb589a3a20290bf36be7b47d55fd Mon Sep 17 00:00:00 2001 From: Anuken Date: Mon, 28 Sep 2020 19:37:18 -0400 Subject: [PATCH] Slag light --- core/src/mindustry/content/Blocks.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/core/src/mindustry/content/Blocks.java b/core/src/mindustry/content/Blocks.java index a28667ab74..bedf96addd 100644 --- a/core/src/mindustry/content/Blocks.java +++ b/core/src/mindustry/content/Blocks.java @@ -210,8 +210,9 @@ public class Blocks implements ContentList{ cacheLayer = CacheLayer.slag; attributes.set(Attribute.heat, 0.85f); - lightRadius = 65f; - lightColor = Color.orange.cpy().a(0.4f); + emitLight = true; + lightRadius = 40f; + lightColor = Color.orange.cpy().a(0.38f); }}; stone = new Floor("stone");