-
-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Hero System & add multi roll support
This commit includes two changes. One minor and one major: 1. Resolve some issues with the hero system code that came from the original PR :/ . I shouldve caught this 2. Added support for multi roll logic. This allows for 4 unique dice rolls (limited by discord api) in a single command. Rolls are separated by a forward slash / . This is a "beta feature" and some complicated dice rolls may cause bugs. example syntax: /roll 4d100 / 10d6 e6 k8 +4/ 3d10 k2/ ul 3d100 Resolves #174, Resolves #60
- Loading branch information
1 parent
ca73b3f
commit 2841208
Showing
3 changed files
with
147 additions
and
134 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters