Fix createModifierSection requiring revert and enabled properties
This commit is contained in:
parent
b82bf8eee3
commit
223b1cfcd4
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ export function createSequentialModifier<
|
|||
export function createModifierSection(
|
||||
title: string,
|
||||
subtitle: string,
|
||||
modifier: Required<Modifier>,
|
||||
modifier: WithRequired<Modifier, "description">,
|
||||
base: DecimalSource = 1,
|
||||
unit = "",
|
||||
baseText: CoercableComponent = "Base"
|
||||
|
|
Loading…
Reference in a new issue