Skip to content

Commit

Permalink
Slight buff to moss TURD path 1 (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
lleylar authored Dec 28, 2024
1 parent 5535bbc commit d9d0a1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Date: ?
- Redid bioreactor TURD entirely.
- Fixed a crash when reverting a TURD that changes a machine. Resolves https://github.com/pyanodon/pybugreports/issues/736
- Fixed picked TURDs appearing to be re-pickable when they were not. Resolves https://github.com/pyanodon/pybugreports/issues/769
- Slight buff to moss TURD path 1 (chlorinated water prod bonus 30% -> 40%)
---------------------------------------------------------------------------------------------------
Version: 3.0.31
Date: 2024-11-29
Expand Down
2 changes: 1 addition & 1 deletion prototypes/upgrades/moss.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if data and not yafc_turd_integration then
} do
recipe.name = recipe.name .. "-chlorinated"
recipe:add_ingredient {name = "chlorinated-water", amount = 1, type = "item"}
recipe:multiply_result_amount("moss", 1.3)
recipe:multiply_result_amount("moss", 1.4)
recipe.energy_required = math.ceil(recipe.energy_required * 0.75)
data:extend {recipe}
end
Expand Down

0 comments on commit d9d0a1e

Please sign in to comment.