From 7e3f9b4014b2f37c29f9d5927dc691302ed21d9e Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Thu, 18 Dec 2025 18:40:21 +0100 Subject: [PATCH] Remove burner leech hint --- lignumis/scripts/init.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lignumis/scripts/init.lua b/lignumis/scripts/init.lua index 75773e3..694a4cc 100644 --- a/lignumis/scripts/init.lua +++ b/lignumis/scripts/init.lua @@ -67,10 +67,6 @@ Init.events[defines.events.on_player_created] = function(event) storage.init[event.player_index] = true - if not script.active_mods["Burner-Leech-Fork"] and not script.active_mods["Burner-Leech"] and not script.active_mods["InserterFuelLeech"] then - game.print("Lignumis: You are starting a new game without a burner leech mod. The intended experience is to use one of the available options. You can disable such a mod after the burner phase of the game. See the mod page for more details.") - end - if not script.active_mods["any-planet-start"] then init_player(event) init_freeplay(event)