Skip to content

Commit

Permalink
Fixed sweet tooth turd not allowing fast upgrade/downgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonlambda committed Nov 15, 2024
1 parent b7f0bf4 commit f9a64dc
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.
- Gave Phadaisus belt immunity
- 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 mukmoux turds. Path 1 recipe values adjusted.
Expand Down
3 changes: 3 additions & 0 deletions prototypes/upgrades/compost.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ if data and not yafc_turd_integration then
local collision_box = entity.collision_box
entity.name = name .. "-turd"
entity.localised_name = {"entity-name." .. name}
if i ~= 4 then
entity.next_upgrade = "compost-plant-mk0" .. i + 1 .. "-turd"
end
entity.placeable_by = {item = name, count = 1}
effect_receiver = {
base_effect = {
Expand Down

0 comments on commit f9a64dc

Please sign in to comment.