Skip to content

Commit

Permalink
Merge branch 'master' into Frozen
Browse files Browse the repository at this point in the history
  • Loading branch information
kingarthur91 authored Feb 9, 2024
2 parents 9858b6f + 3f7b5c2 commit 6e1d331
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ Date: 2024-2-2
- Fixed ulric man light cone starting from the wrong location. (https://github.com/pyanodon/pybugreports/issues/385)
---------------------------------------------------------------------------------------------------
Version: 2.1.20
Date: 2024-2-1
Date: 2024-2-2
Fixes:
- Prevented biofluid bots from being effected (affected?) by belts. https://github.com/pyanodon/pybugreports/issues/392
- Prevented biofluid bots from being affected by belts. https://github.com/pyanodon/pybugreports/issues/392
- Fixed crash with mounts. https://github.com/pyanodon/pybugreports/issues/389
- Allowed you to convert old unshiny units created from creature chamber turd path 3.
---------------------------------------------------------------------------------------------------
Expand Down
3 changes: 3 additions & 0 deletions scripts/turd/turd.lua
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,9 @@ gui_events[defines.events.on_gui_click]['py_turd_confirm_button'] = function(eve
force.print{'turd.font', {'turd.selected-alert', {'technology-name.'..master_tech_name}, {'technology-name.'..sub_tech_name}, player.name, player.color.r, player.color.g, player.color.b}}
turd_bonuses[master_tech_name] = sub_tech_name
apply_turd_bonus(force, master_tech_name, tech_upgrades[master_tech_name], find_all_assembling_machines(force))
for _, player in pairs(force.players) do
player.unlock_achievement("polished-turd")
end
else
global.turd_reset_remaining[force_index] = global.turd_reset_remaining[force_index] or 0
if global.turd_reset_remaining[force_index] <= 0 and not has_turd_migration(force_index, sub_tech_name) then
Expand Down

0 comments on commit 6e1d331

Please sign in to comment.