mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-07-16 00:14:21 -05:00
closes #271
This commit is contained in:
parent
da4742dd97
commit
becdca5bae
|
|
@ -38,7 +38,7 @@ const HeadOnlyToggle: React.FC<HeadOnlyToggleProps> = ({
|
|||
</Box>
|
||||
{active && ability === "OG" && (
|
||||
<Box color={themeColorShade} fontWeight="bold">
|
||||
+15{t`AP`}{" "}
|
||||
+30{t`AP`}{" "}
|
||||
{["SSU", "RSU", "RES"].map((ability) => (
|
||||
<Box as="span" mx="0.2em" key={ability}>
|
||||
<AbilityIcon ability={ability as any} size="SUBTINY" />
|
||||
|
|
|
|||
|
|
@ -80,7 +80,7 @@ function buildToAP(
|
|||
for (const ability of ["SSU", "RSU", "RES"]) {
|
||||
const a = ability as Ability;
|
||||
const existing = AP[a] ?? 0;
|
||||
AP[a] = existing + 15;
|
||||
AP[a] = existing + 30;
|
||||
}
|
||||
}
|
||||
if (ability === "CB" && bonusAp["CB"]) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user