mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-07 13:52:47 -05:00
Fix Prettier issue
This commit is contained in:
parent
9ec676b503
commit
b9b266da95
|
|
@ -139,7 +139,7 @@ export function applySpecialEffects({
|
|||
ldeIntensity,
|
||||
}: {
|
||||
abilityPoints: AbilityPoints;
|
||||
effects: Array<typeof SPECIAL_EFFECTS[number]["type"]>;
|
||||
effects: Array<(typeof SPECIAL_EFFECTS)[number]["type"]>;
|
||||
ldeIntensity: number;
|
||||
}): AbilityPoints {
|
||||
const result: AbilityPoints = new Map(abilityPoints);
|
||||
|
|
@ -168,7 +168,7 @@ function effectObjToValuesArr({
|
|||
effectObj,
|
||||
ldeIntensity,
|
||||
}: {
|
||||
effectObj: typeof SPECIAL_EFFECTS[number];
|
||||
effectObj: (typeof SPECIAL_EFFECTS)[number];
|
||||
ldeIntensity: number;
|
||||
}) {
|
||||
if (typeof effectObj.values === "function") {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user