ajbowen249 / dungeon-delver-engine

A Tandy Model 100 and ZX Spectrum implementation of OGL 5.1 in Assembly
4 stars 1 forks source link

fix(roll_ability_check): use ability modifier instead of score #15

Closed ajbowen249 closed 4 months ago

ajbowen249 commented 4 months ago

Because 1.0 can never be perfect, I missed that I was adding raw ability score to skill checks instead of the modifier, making any check (all one of them in mol 🙄) completely trivial.