From 0e487575757813e0d3279d5413bfef8d8d399e6c Mon Sep 17 00:00:00 2001 From: Monica Moniot Date: Fri, 28 Oct 2022 14:42:01 -0400 Subject: [PATCH] fixed typo --- cybersyn/prototypes/entity.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cybersyn/prototypes/entity.lua b/cybersyn/prototypes/entity.lua index 1a48818..f9c71c6 100644 --- a/cybersyn/prototypes/entity.lua +++ b/cybersyn/prototypes/entity.lua @@ -1,9 +1,9 @@ --By Mami combinator_entity = flib.copy_prototype(data.raw["arithmetic-combinator"]["arithmetic-combinator"], COMBINATOR_NAME) -combinator_entity.icon = "__cybersyn__/graphics/icons/area-of-effect.png" +combinator_entity.icon = "__cybersyn__/graphics/icons/combinator.png" combinator_entity.radius_visualisation_specification = { sprite = { - filename = "__cybersyn__/graphics/icons/combinator.png", + filename = "__cybersyn__/graphics/icons/area-of-effect.png", tint = {r = 1, g = 1, b = .25, a = 1}, height = 64, width = 64,