Skip to content

Commit

Permalink
balance: The hydraulic-science-pack recipe now gives 1 science pack i…
Browse files Browse the repository at this point in the history
…nstead of three.
  • Loading branch information
notnotmelon committed Dec 22, 2024
1 parent 9be66b6 commit 78597ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prototypes/hydraulic-science-pack.lua
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ data:extend {{
{type = "fluid", name = "maraxsis-saline-water", amount = 300},
},
results = {
{type = "item", name = "hydraulic-science-pack", amount = 3},
{type = "item", name = "hydraulic-science-pack", amount = 1},
},
allow_productivity = true,
category = "maraxsis-hydro-plant",
Expand Down

0 comments on commit 78597ef

Please sign in to comment.