From e68864bc932e441f2a3830fe64035ce0e09a116a Mon Sep 17 00:00:00 2001 From: Aleksei-bird Date: Mon, 18 May 2026 21:04:28 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=B2=D1=8B=D1=85=D0=BE=D0=B4=20=D1=88=D0=BB=D0=B0=D0=BA=D0=B0?= =?UTF-8?q?=20=D0=BF=D1=80=D0=B8=20=D0=BE=D0=B1=D1=80=D0=B0=D0=B1=D0=BE?= =?UTF-8?q?=D1=82=D0=BA=D0=B5=20=D1=8D=D1=81=D1=81=D0=B5=D0=BD=D1=86=D0=B8?= =?UTF-8?q?=D0=B9=20(=D0=BC=D0=B5=D0=B4=D0=BD=D0=BE=D0=B9/=D0=B6=D0=B5?= =?UTF-8?q?=D0=BB=D0=B5=D0=B7=D0=BD=D0=BE=D0=B9)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- angelsrefining/prototypes/recipes/refining-static.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/angelsrefining/prototypes/recipes/refining-static.lua b/angelsrefining/prototypes/recipes/refining-static.lua index 65b78ca5..faddc6c2 100644 --- a/angelsrefining/prototypes/recipes/refining-static.lua +++ b/angelsrefining/prototypes/recipes/refining-static.lua @@ -707,7 +707,7 @@ data:extend({ results = { { type = "fluid", name = "angels-ore8-anode-sludge", amount = 60 }, { type = "fluid", name = "water-yellow-waste", amount = 20 }, - { type = "item", name = "slag", amount = 1 }, + { type = "item", name = "slag", amount = 1, probability = 0.1 }, }, main_product = "angels-ore8-anode-sludge", --icon = "__angelsrefining__/graphics/icons/angels-ore6-crystal.png", @@ -813,7 +813,7 @@ data:extend({ results = { { type = "fluid", name = "angels-ore9-anode-sludge", amount = 60 }, { type = "fluid", name = "water-yellow-waste", amount = 20 }, - { type = "item", name = "slag", amount = 1 }, + { type = "item", name = "slag", amount = 1, probability = 0.1 }, }, main_product = "angels-ore9-anode-sludge", --icon = "__angelsrefining__/graphics/icons/angels-ore6-crystal.png",