Skip to content

Commit

Permalink
Landfill tech not ignoring multiplier #320
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiHawk committed Feb 26, 2024
1 parent 29798fe commit 1430021
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions SeaBlock/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Version: 0.5.16
Date: ???
Bugfixes:
- Landfill tech not ignoring tech cost multiplier #320
- Milestones error when mod setting Default landfill type set to Landfill #321
---------------------------------------------------------------------------------------------------
Version: 0.5.15
Expand Down
1 change: 1 addition & 0 deletions SeaBlock/data-updates/landfill.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ data.raw.technology["landfill"].unit = {
time = 15,
}
bobmods.lib.tech.remove_prerequisite("water-washing-2", "landfill")
bobmods.lib.tech.ignore_tech_cost_multiplier("landfill", true)

0 comments on commit 1430021

Please sign in to comment.