Skip to content

Commit

Permalink
fix(fishing_rework): 🐟fix full fish singularity coult lose charge o…
Browse files Browse the repository at this point in the history
…n recraft
  • Loading branch information
Krutoy242 committed Jan 3, 2025
1 parent 5c98e7d commit 3c203e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/do/diverse.zs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function addRecipe(
) as void {
// Actual recipe
recipes.addShaped(recipeName, R, [
[(E | R.anyDamage()).marked('0'), A.marked('1'), A.marked('2')],
[(E | R.onlyDamaged()).marked('0'), A.marked('1'), A.marked('2')],
[A.marked('3'), A.marked('4'), A.marked('5')],
[A.marked('6'), A.marked('7'), A.marked('8')],
],
Expand Down

0 comments on commit 3c203e0

Please sign in to comment.