GlennHS / AEtherSlay

A DM Toolkit for Dungeons & Dragons
GNU General Public License v3.0
0 stars 1 forks source link

Fix HP display/calc in Creation and Sheet #30

Closed arty-maus closed 1 year ago

arty-maus commented 1 year ago

frmCharacterCreation and frmCharacterSheets both use statRolls[2] - 10) / 2 to calculate the modifier for HP

statRolls[2] is the index for Dexterity as listed ln 230 in frmCharCreation.cs

statMods[1] is the correct attribute and is already precalculated rather than calculating the modifier on the fly

GlennHS commented 1 year ago

Thanks for this, that's a really good spot! I'll merge this in now (sorry for such a late response, I never got notified so only saw this as I was going through my old portfolio items 😅)