Skip to content

Commit

Permalink
Fixed vrauk MK02+ duplication with turd path 2. (pyanodon/pybugreport…
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Feb 17, 2024
1 parent 325fac4 commit 0a47c17
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Date: ???
- Added nukes to nuclear carvan crafting recipe
- Fixed typos in cadaveric seed separation tech name.
- Fixed that guano can't be set as a filter. (https://github.com/pyanodon/pybugreports/issues/412)
- Fixed vrauk MK02+ duplication with turd path 2. (https://github.com/pyanodon/pybugreports/issues/406)
---------------------------------------------------------------------------------------------------
Version: 2.1.21
Date: 2024-2-2
Expand Down
12 changes: 6 additions & 6 deletions prototypes/recipes/vrauks/recipes-vrauk-modules.lua
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ RECIPE {
},
results = {
{type = 'item', name = 'vrauks-mk02', amount = 1, probability = 0.95},
{type = 'item', name = 'vrauks-mk02', amount = 1},
{type = 'item', name = 'vrauks-mk02', amount = 1, catalyst_amount = 1},
{type = 'item', name = 'empty-barrel', amount = 5},
},
main_product = "vrauks-mk02",
Expand Down Expand Up @@ -86,7 +86,7 @@ RECIPE {
},
results = {
{type = 'item', name = 'cocoon-mk02', amount_min = 4, amount_max = 7},
{type = 'item', name = 'vrauks-mk02', amount = 2, probability = 0.99},
{type = 'item', name = 'vrauks-mk02', amount = 2, probability = 0.99, catalyst_amount = 2},
{type = 'item', name = 'empty-barrel', amount = 5},
},
main_product = "cocoon-mk02",
Expand Down Expand Up @@ -154,7 +154,7 @@ RECIPE {
},
results = {
{type = 'item', name = 'vrauks-mk03', amount = 1, probability = 0.95},
{type = 'item', name = 'vrauks-mk03', amount = 1},
{type = 'item', name = 'vrauks-mk03', amount = 1, catalyst_amount = 1},
{type = 'item', name = 'empty-barrel', amount = 5},
},
main_product = "vrauks-mk03",
Expand Down Expand Up @@ -185,7 +185,7 @@ RECIPE {
},
results = {
{type = 'item', name = 'cocoon-mk03', amount_min = 4, amount_max = 7},
{type = 'item', name = 'vrauks-mk03', amount = 2, probability = 0.99},
{type = 'item', name = 'vrauks-mk03', amount = 2, probability = 0.99, catalyst_amount = 2},
{type = 'item', name = 'empty-barrel', amount = 5},
},
main_product = "cocoon-mk03",
Expand Down Expand Up @@ -253,7 +253,7 @@ RECIPE {
},
results = {
{type = 'item', name = 'vrauks-mk04', amount = 1, probability = 0.95},
{type = 'item', name = 'vrauks-mk04', amount = 1},
{type = 'item', name = 'vrauks-mk04', amount = 1, catalyst_amount = 1},
{type = 'item', name = 'empty-barrel', amount = 5},
},
main_product = "vrauks-mk04",
Expand Down Expand Up @@ -284,7 +284,7 @@ RECIPE {
},
results = {
{type = 'item', name = 'cocoon-mk04', amount_min = 4, amount_max = 7},
{type = 'item', name = 'vrauks-mk04', amount = 2, probability = 0.99},
{type = 'item', name = 'vrauks-mk04', amount = 2, probability = 0.99, catalyst_amount = 2},
{type = 'item', name = 'empty-barrel', amount = 5},
},
main_product = "cocoon-mk04",
Expand Down

0 comments on commit 0a47c17

Please sign in to comment.