From 7892d736718c6fc052a8cc1383df4de58586e36a Mon Sep 17 00:00:00 2001 From: Brevven Date: Wed, 3 Aug 2022 16:30:32 -0700 Subject: [PATCH] cmt --- prototypes/basic-chemical-plant.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prototypes/basic-chemical-plant.lua b/prototypes/basic-chemical-plant.lua index 52b15c5..5223da1 100644 --- a/prototypes/basic-chemical-plant.lua +++ b/prototypes/basic-chemical-plant.lua @@ -72,7 +72,7 @@ plant_e.energy_source = { }, }, } --- NOTE: Saving tint here in case this is needed. +-- NOTE: Saving alternate tint here in case this is needed. -- local ptint = {r=.7,g=0.7,b=0.9,a=1} -- plant_e.animation.north.layers[1].tint = ptint -- plant_e.animation.north.layers[1].hr_version.tint = ptint