Skip to content
2 changes: 2 additions & 0 deletions src/types/_IdentifierGroup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ export const ActivatableIdentifier = DB.Enum(import.meta.url, {
values: () => ({
Advantage: DB.EnumCase({ type: AdvantageIdentifier() }),
Disadvantage: DB.EnumCase({ type: DisadvantageIdentifier() }),
Cantrip: DB.EnumCase({ type: CantripIdentifier() }),
Blessing: DB.EnumCase({ type: BlessingIdentifier() }),
...SpecialAbilityIdentifier.type.value.values,
}),
})
Expand Down
Loading