TheCraiggers / Pathfinder-Discord-Bot

MIT License
24 stars 15 forks source link

When a User has more than one character, assume the current character in Init when doing rolls #33

Closed TheCraiggers closed 4 years ago

TheCraiggers commented 4 years ago

Currently, the omni tracker assumes every player only has one character. I knew this would be a problem for GMs when I wrote it, but had no better ideas at the time.

One shortcut that should resolve most issues is if the User has more than one character, assume the character who's turn it is in initiative is who should be rolling.

TheCraiggers commented 4 years ago

Was fixed with PR #44