From 10ad83d48cfe056bfb24c61e6d5142604435dd01 Mon Sep 17 00:00:00 2001 From: notnotmelon Date: Fri, 18 Oct 2024 01:12:23 -0500 Subject: [PATCH] Add missing locale for belt stack technology --- locale/en/locale.cfg | 3 +++ prototypes/technologies/stacking-belts.lua | 1 + 2 files changed, 4 insertions(+) diff --git a/locale/en/locale.cfg b/locale/en/locale.cfg index 2cfc79e7..3fbfea9c 100644 --- a/locale/en/locale.cfg +++ b/locale/en/locale.cfg @@ -95,6 +95,9 @@ syngas=Unlocks a higher-octane, multipurpose fuel synthesised from coal gas. Or pyrrhic=Research this technology to win the game\n\n"Did you do it?"\n"Yes."\n"What did it cost?"\n"...Everything." belt-capacity=Increase the height of layered stacks of items on transport belts. +[modifier-description] +belt-stack-size-bonus=Transport belt capacity: +__1__ + [recipe-name] coal-gas=Coal gas from coal coal-gas-from-wood=Coal gas from wood diff --git a/prototypes/technologies/stacking-belts.lua b/prototypes/technologies/stacking-belts.lua index 08a5ff80..3d9f12a5 100644 --- a/prototypes/technologies/stacking-belts.lua +++ b/prototypes/technologies/stacking-belts.lua @@ -48,6 +48,7 @@ for _, science in pairs(science_packs_that_unlock_belt_stacking) do } data:extend{tech} + i = i + 1 ::continue:: end