Skip to content

Commit

Permalink
Missing Localisations #195
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiHawk committed Sep 4, 2024
1 parent 412703f commit 69ff77d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions bobenemies/changelog.txt
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion bobenemies/info.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
1 change: 1 addition & 0 deletions bobenemies/prototypes/entities.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down
2 changes: 2 additions & 0 deletions bobwarfare/changelog.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 2 additions & 0 deletions bobwarfare/prototypes/entity/effects.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 69ff77d

Please sign in to comment.