Fix char sheet iteration

This commit is contained in:
2025-03-03 23:35:22 +01:00
parent 5771272cff
commit da9a69b916
11 changed files with 493 additions and 825 deletions

View File

@@ -20,7 +20,7 @@ export const SKILLS = {
"social": { id: "social", label: "FTLNOMAD.Skill.Social" },
"physical": { id: "physical", label: "FTLNOMAD.Skill.Physical" },
"stealth": { id: "stealth", label: "FTLNOMAD.Skill.Stealth" },
"vehicles": { id: "vehicle", label: "FTLNOMAD.Skill.Vehicles" },
"vehicles": { id: "vehicles", label: "FTLNOMAD.Skill.Vehicles" },
"technology": { id: "technology", label: "FTLNOMAD.Skill.Technology" }
}