Various fixes and renamingé
All checks were successful
Release Creation / build (release) Successful in 1m30s

This commit is contained in:
2025-09-02 21:06:33 +02:00
parent d0411f9ec9
commit c7727076bf
28 changed files with 104 additions and 87 deletions

View File

@@ -50,7 +50,7 @@ export const MORTAL_CHOICES = {
"halfelf": { label: "Half-Elf", id: "halfelf", defenseBonus: 0 },
"halforc": { label: "Half-Orc", id: "halforc", defenseBonus: 0 },
"gnome": { label: "Gnome", id: "gnome", defenseBonus: 2 },
"halflings": { label: "Halflings", id: "halflings", defenseBonus: 2 }
"halflings": { label: "Halfling", id: "halflings", defenseBonus: 2 }
}
export const FAVOR_CHOICES = {