From 0edcc03e765226e6c35b17de8bedc828fedd7d3d Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Sat, 11 Jan 2025 15:12:19 +0100 Subject: [PATCH] Reactors and cars burn wood fuel --- lignumis/prototypes/content/fuel-category-updates.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lignumis/prototypes/content/fuel-category-updates.lua b/lignumis/prototypes/content/fuel-category-updates.lua index 3002887..b43bacd 100644 --- a/lignumis/prototypes/content/fuel-category-updates.lua +++ b/lignumis/prototypes/content/fuel-category-updates.lua @@ -29,3 +29,5 @@ end -- Add more if incompatibilities arise update_fuel_categories(data.raw["boiler"]) +update_fuel_categories(data.raw["reactor"]) +update_fuel_categories(data.raw["car"])