Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the base productivity on Composter from Composter TURD path 2. #282

Merged
merged 2 commits into from
Dec 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Date: ?
Changes:
- Composter TURD path 2 no longer generates methanol. Now it instead generates coalbed gas. Resolves https://github.com/pyanodon/pybugreports/issues/757
- Greatly increased the science pack requirement for the wood processing unit turd from 500 -> 7000. Resolves https://github.com/pyanodon/pybugreports/issues/758
- Fix the base productivity on Composter from Composter TURD path 2.
- All caravans can use all caravan outpost types
---------------------------------------------------------------------------------------------------
Version: 3.0.31
Expand Down
2 changes: 1 addition & 1 deletion prototypes/upgrades/compost.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if data and not yafc_turd_integration then
end
entity.localised_name = {"entity-name." .. name}
entity.placeable_by = {item = name, count = 1}
effect_receiver = {
entity.effect_receiver = {
base_effect = {
productivity = i * 0.05
}
Expand Down
Loading