From e999b58adca942294e0ba5fab22fa98873f6f5a8 Mon Sep 17 00:00:00 2001 From: Brevven Date: Sat, 30 Jul 2022 23:43:07 -0700 Subject: [PATCH] fuel category --- prototypes/basic-chemical-plant.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/prototypes/basic-chemical-plant.lua b/prototypes/basic-chemical-plant.lua index 97f4619..52b15c5 100644 --- a/prototypes/basic-chemical-plant.lua +++ b/prototypes/basic-chemical-plant.lua @@ -53,11 +53,12 @@ plant_e.animation.east.layers[1].filename="__bzgas__/graphics/entity/chemical-pl plant_e.animation.east.layers[1].hr_version.filename="__bzgas__/graphics/entity/hr-chemical-plant.png" plant_e.animation.west.layers[1].filename="__bzgas__/graphics/entity/chemical-plant.png" plant_e.animation.west.layers[1].hr_version.filename="__bzgas__/graphics/entity/hr-chemical-plant.png" +plant_e.next_upgrade="chemical-plant" plant_e.energy_source = { type = "burner", fuel_inventory_size = 1, effectivity = 1, - fuel_categories = {"chemical"}, + fuel_categories = mods["aai-industry"] and {"chemical", "processed-chemical"} or {"chemical"}, smoke = { { name = "smoke",