Skip to content

Commit

Permalink
balance: Nerfed the rocket stack size of super sealant substance from…
Browse files Browse the repository at this point in the history
… 50 -> 3.
  • Loading branch information
notnotmelon committed Dec 18, 2024
1 parent 8fc90f3 commit f835f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prototypes/item-weight.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ i_want_to_fit_this_many_per_rocket("maraxsis-tropical-fish", 100)
i_want_to_fit_this_many_per_rocket("maraxsis-microplastics", 1000)
i_want_to_fit_this_many_per_rocket("maraxsis-wyrm-specimen", 20)
i_want_to_fit_this_many_per_rocket("maraxsis-wyrm-confinement-cell", 20)
i_want_to_fit_this_many_per_rocket("maraxsis-super-sealant-substance", 50)
i_want_to_fit_this_many_per_rocket("maraxsis-super-sealant-substance", 3)
i_want_to_fit_this_many_per_rocket("maraxsis-salt", 1000)
i_want_to_fit_this_many_per_rocket("maraxsis-salt-filter", 50)
i_want_to_fit_this_many_per_rocket("maraxsis-saturated-salt-filter", 50)
Expand Down

0 comments on commit f835f85

Please sign in to comment.