diff --git a/src/game/modifiers.tsx b/src/game/modifiers.tsx index 6e2acfe..ef66911 100644 --- a/src/game/modifiers.tsx +++ b/src/game/modifiers.tsx @@ -118,7 +118,7 @@ export function createModifierSection( title: string, subtitle: string, modifier: Required, - base = 1, + base: DecimalSource = 1, unit = "" ) { return ( @@ -130,7 +130,7 @@ export function createModifierSection(
- {base} + {format(base)} {unit} Base