We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95ba79d commit 7c29fbbCopy full SHA for 7c29fbb
1 file changed
src/components/D100Roller.tsx
@@ -26,6 +26,7 @@ export const D100Roller = () => {
26
resetGame();
27
setModifiers(DEFAULT_MODIFIERS.map(m => ({ ...m, active: false })));
28
setSkills(DEFAULT_SKILLS.map(s => ({ ...s, active: false })));
29
+ window.location.reload();
30
}, [resetGame]);
31
32
// Handle skill trigger animations
0 commit comments