Skip to content

Commit

Permalink
Fate point reroll for learning and ptgs
Browse files Browse the repository at this point in the history
Refactor roll.js to break out into multiple smaller files.
Fate points now correctly distribute when using beginner's luck.
Retroactive test and ptgs success counting when a fate reroll turns
a failure into a success.
  • Loading branch information
StasTserk committed Jul 22, 2020
1 parent 1a7ce4a commit de769e6
Show file tree
Hide file tree
Showing 10 changed files with 891 additions and 728 deletions.
3 changes: 2 additions & 1 deletion module/chat.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/**
* Chat message helpers
*/
import { handleFateReroll } from "./rolls.js";

import { handleFateReroll } from "./rolls/rerollFate.js";

/**
* Binds buttons in chat log to perform actions
Expand Down
Loading

0 comments on commit de769e6

Please sign in to comment.