Browse Source
Fixes a off-by-one mistake in fire arrow damage randomization logic that was preventing the final damage from ever being the maximum value of the range. For example, a 1-10 fire damage item would only ever do between 1 and 9 damage.julealgon/Enhancements/DamageStruct
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue