Skip to content

Commit

Permalink
Updated the locale of the moss turd. Resolves pyanodon/pybugreports#826
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Jan 21, 2025
1 parent f336148 commit 81c707b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
9 changes: 7 additions & 2 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
---------------------------------------------------------------------------------------------------
Version: 3.0.35
Date: ?
Changes:
- Updated the locale of the moss turd. Resolves https://github.com/pyanodon/pybugreports/issues/826
---------------------------------------------------------------------------------------------------
Version: 3.0.34
Date: 2024-1-20
Date: 2025-1-20
Changes:
- Fixed data array not accepting modules. Resolves https://github.com/pyanodon/pybugreports/issues/824
- Standardized crafting speeds for the ulric corral to no longer result in floating point crafting times.
- Removed idle sounds for the ulric corral.
- The ulric corral animation now has a fadein/fadeout animation instead of instantly spawning the animals in during the working animation.
---------------------------------------------------------------------------------------------------
Version: 3.0.33
Date: 2024-1-20
Date: 2025-1-20
Changes:
- Caravans now can compare a circuit condition to a static value.
- Adapted all pyAL events to use py.on_event instead of script.on_event
Expand Down
2 changes: 1 addition & 1 deletion info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pyalienlife",
"version": "3.0.34",
"version": "3.0.35",
"factorio_version": "2.0",
"title": "Pyanodons AlienLife",
"author": "Pyanodon, Nexela, Kingarthur, notnotmelon, Mootykins, ShadowGlass, Archezekiel, Quintuple, przemo1232",
Expand Down
2 changes: 1 addition & 1 deletion locale/en/tips.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ recipe=T.U.R.D. recipe
recipe-removal=T.U.R.D. recipe removal
recipe-replacement=T.U.R.D. recipe replacement
tech=T.U.R.D. technology
tech-2=Unlocks a choice between three upgrades to permanently change the behavior of affected buildings. Make a selection from the pY codex.
tech-2=Unlocks a choice between __1__ upgrades to permanently change the behavior of affected buildings. Make a selection from the pY codex.
select=Select
selected=Selected
unavailable=Unavailable
Expand Down
2 changes: 1 addition & 1 deletion prototypes/turd.lua
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ local function build_tech_upgrade(tech_upgrade)
effects = effects,
unit = master_tech.unit,
is_turd = true,
localised_description = {"", {"turd.font", {"turd.tech"}}, "\n", {"turd.tech-2"}}
localised_description = {"", {"turd.font", {"turd.tech"}}, "\n", {"turd.tech-2", tostring(#tech_upgrade.sub_techs)}}
}
end

Expand Down

0 comments on commit 81c707b

Please sign in to comment.