This commit is contained in:
Renan LE CARO 2025-05-04 14:30:58 +02:00
parent 892f800107
commit 6c506affc4
19 changed files with 137 additions and 87 deletions

View file

@ -7,7 +7,7 @@ import { isOptionOn } from "./options";
export function startingPerkMenuButton() {
return {
disabled: isOptionOn("easy"),
disabled: isOptionOn("kid"),
icon: icons["icon:starting_perks"],
text: t("starting_perks.title"),
help: t("starting_perks.help"),