ALl features OK, excetp creatures sub-type, WIP3

This commit is contained in:
2026-06-07 23:29:02 +02:00
parent 494ec3ea84
commit 6dea5ba479
86 changed files with 497 additions and 234 deletions
-1
View File
@@ -120,7 +120,6 @@ export const MOURNBLADECYD2_CONFIG = {
{ key: "traitespece", label: "Trait d'espèce" }
],
optionsSousTypeCreature: [
{ key: "", label: localizeOrFallback("MNBL.none", "Aucun") },
{ key: "creature", label: localizeOrFallback("MNBL.creature", "Créature") },
{ key: "demon", label: localizeOrFallback("MNBL.demon", "Démon") },
{ key: "automata", label: localizeOrFallback("MNBL.automata", "Automata") }