jderam / hyperborea3

An app for creating characters for the Hyperborea RPG
MIT License
3 stars 0 forks source link

BUG: xp_to_next when already at max level #58

Closed jderam closed 2 years ago

jderam commented 2 years ago

Currently get an exception in chargen.get_xp_to_next() when character is already at max level.

Add a test to catch this, then fix it.