nosas / OmniToon

[WIP] ToonTown AI - Python Plays ToonTown
3 stars 0 forks source link

Can't generate random-leveled using get_cog_vitals function #75

Closed nosas closed 3 years ago

nosas commented 3 years ago

When the relative_level is set to -1, the InvalidRelativeLevel exception is raised. Correct the issue by including a starting number (-1) when using range(): range(-1, 5)