Skip to content

Commit

Permalink
Update options.py
Browse files Browse the repository at this point in the history
  • Loading branch information
silent-destroyer committed Oct 20, 2024
1 parent 81a0da9 commit 52fb9f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/tunic/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,4 +355,4 @@ def get_hexagons_in_pool(world: "TunicWorld"):
# Calculate number of hexagons in item pool
options = world.options
return min(int((Decimal(100 + options.extra_hexagon_percentage) / 100 * options.hexagon_goal)
.to_integral_value(rounding=ROUND_HALF_UP)), 100)
.to_integral_value(rounding=ROUND_HALF_UP)), 100)

0 comments on commit 52fb9f7

Please sign in to comment.