Skip to content

Commit 7c29fbb

Browse files
committed
reload on reset
1 parent 95ba79d commit 7c29fbb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/D100Roller.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export const D100Roller = () => {
2626
resetGame();
2727
setModifiers(DEFAULT_MODIFIERS.map(m => ({ ...m, active: false })));
2828
setSkills(DEFAULT_SKILLS.map(s => ({ ...s, active: false })));
29+
window.location.reload();
2930
}, [resetGame]);
3031

3132
// Handle skill trigger animations

0 commit comments

Comments
 (0)