mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-07 19:55:46 -05:00
Ink Storm SPU effect
This commit is contained in:
@@ -276,6 +276,11 @@ function parametersToSpecialWeaponResult(params: any) {
|
||||
}
|
||||
}
|
||||
|
||||
if (result["RainyFrame"]) {
|
||||
result["SpecialDurationFrame"] = result["RainyFrame"];
|
||||
result["RainyFrame"] = undefined;
|
||||
}
|
||||
|
||||
return { overwrites: unwrapSubSpecialSpecUpList(result) };
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user