From 69ff77d03f4d60d973a0bdccdc5fa5255a05fea8 Mon Sep 17 00:00:00 2001 From: KiwiHawk <59639+KiwiHawk@users.noreply.github.com> Date: Wed, 4 Sep 2024 19:17:04 +1200 Subject: [PATCH] Missing Localisations #195 --- bobenemies/changelog.txt | 5 +++++ bobenemies/info.json | 2 +- bobenemies/prototypes/entities.lua | 1 + bobwarfare/changelog.txt | 2 ++ bobwarfare/prototypes/entity/effects.lua | 2 ++ 5 files changed, 11 insertions(+), 1 deletion(-) diff --git a/bobenemies/changelog.txt b/bobenemies/changelog.txt index c7e92f9d7..bfcb9a758 100644 --- a/bobenemies/changelog.txt +++ b/bobenemies/changelog.txt @@ -1,4 +1,9 @@ --------------------------------------------------------------------------------------------------- +Version: 1.3.0 +Date: ??? + Bugfixes: + - Fixed missing poison cloud localisation #195 +--------------------------------------------------------------------------------------------------- Version: 1.2.0 Date: 22. 12. 2023 Bugfixes: diff --git a/bobenemies/info.json b/bobenemies/info.json index 30521bac1..f2a03f8ad 100644 --- a/bobenemies/info.json +++ b/bobenemies/info.json @@ -1,6 +1,6 @@ { "name": "bobenemies", - "version": "1.2.0", + "version": "1.3.0", "factorio_version": "1.1", "title": "Bob's Enemies mod", "author": "Bobingabout", diff --git a/bobenemies/prototypes/entities.lua b/bobenemies/prototypes/entities.lua index 9dce55104..1397e1809 100644 --- a/bobenemies/prototypes/entities.lua +++ b/bobenemies/prototypes/entities.lua @@ -2,6 +2,7 @@ data:extend({ { type = "smoke-with-trigger", name = "small-poison-cloud", + localised_name = { "entity-name.poison-cloud" }, flags = { "not-on-map" }, show_when_smoke_off = true, animation = { diff --git a/bobwarfare/changelog.txt b/bobwarfare/changelog.txt index 6193a6b09..b6b983750 100644 --- a/bobwarfare/changelog.txt +++ b/bobwarfare/changelog.txt @@ -1,6 +1,8 @@ --------------------------------------------------------------------------------------------------- Version: 1.3.0 Date: ??? + Bugfixes: + - Fixed missing poison cloud localisation #195 Changes: - Spread out the armor techs more evenly between tech tiers #180 - Changed combat robot and mech brains to use circuits rather than circuit components #184 diff --git a/bobwarfare/prototypes/entity/effects.lua b/bobwarfare/prototypes/entity/effects.lua index 6b79305c5..932d87760 100644 --- a/bobwarfare/prototypes/entity/effects.lua +++ b/bobwarfare/prototypes/entity/effects.lua @@ -18,6 +18,7 @@ data:extend({ { type = "smoke-with-trigger", name = "small-poison-cloud", + localised_name = { "entity-name.poison-cloud" }, flags = { "not-on-map" }, show_when_smoke_off = true, animation = { @@ -89,6 +90,7 @@ data:extend({ { type = "smoke-with-trigger", name = "poison-artillery-cloud", + localised_name = { "entity-name.poison-cloud" }, flags = { "not-on-map" }, show_when_smoke_off = true, particle_count = 16,