Skip to content

Commit

Permalink
Fixed sweet tooth turd not allowing for fast upgrade/downgrade (#274)
Browse files Browse the repository at this point in the history
Co-authored-by: Zachary Picco <[email protected]>
  • Loading branch information
lemonlambda and notnotmelon authored Nov 16, 2024
1 parent 613986e commit 3009286
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Date: ?
- fungal-substrate-01, fungal-substrate-02, fungal-substrate-03 are now affected by productivity modules.
- The serine recipe is now effected by productivity modules.
- Increased the health of the fish farm 100 -> 500.
- Fixed sweet tooth turd not allowing for fast upgrade/downgrade
TURD:
- Rebalanced the turd reset technology scaling factor from 2^N to 1.5^N.
- Rebalanced all 3 mukmoux turds. Added a 10 hour grace period for a free mukmoux turd reset.
Expand Down
3 changes: 3 additions & 0 deletions prototypes/upgrades/compost.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ if data and not yafc_turd_integration then
local entity = table.deepcopy(data.raw["furnace"][name])
local collision_box = entity.collision_box
entity.name = name .. "-turd"
if i ~= 4 then
entity.next_upgrade = "compost-plant-mk0" .. i + 1 .. "-turd"
end
entity.localised_name = {"entity-name." .. name}
entity.placeable_by = {item = name, count = 1}
effect_receiver = {
Expand Down

0 comments on commit 3009286

Please sign in to comment.