mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-09 12:46:10 -05:00
closes #271
This commit is contained in:
@@ -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"]) {
|
||||
|
||||
Reference in New Issue
Block a user