Ex Nihilo Omnia

Ex Nihilo Omnia

2M Downloads

Hammer's Fortune level is being ignored, instead all chances with luck are boosted severely

BlayTheNinth opened this issue ยท 0 comments

commented

Came across this and it looks unintended, as fortune_modifier == luck_level. One of the two should be the fortune enchantment level of the hammer.

int chance = base_chance + (fortune_modifier * luck_level);