fix BE of some Talente

This commit is contained in:
Sven Balzer 2025-10-18 20:11:44 +02:00
parent 716d5b0413
commit f1fff6b6ba
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
.name = "Betören", .name = "Betören",
.system = .{ .system = .{
.kategorie = .gesellschaftliche, .kategorie = .gesellschaftliche,
.behinderung = "BE - 2", .behinderung = "@BE - 2",
.attribute1 = .IN, .attribute1 = .IN,
.attribute2 = .CH, .attribute2 = .CH,
.attribute3 = .CH, .attribute3 = .CH,

View File

@ -3,7 +3,7 @@
.name = "Etikette", .name = "Etikette",
.system = .{ .system = .{
.kategorie = .gesellschaftliche, .kategorie = .gesellschaftliche,
.behinderung = "BE - 2", .behinderung = "@BE - 2",
.attribute1 = .KL, .attribute1 = .KL,
.attribute2 = .IN, .attribute2 = .IN,
.attribute3 = .CH, .attribute3 = .CH,

View File

@ -3,7 +3,7 @@
.name = "Gassenwissen", .name = "Gassenwissen",
.system = .{ .system = .{
.kategorie = .gesellschaftliche, .kategorie = .gesellschaftliche,
.behinderung = "BE - 4", .behinderung = "@BE - 4",
.attribute1 = .KL, .attribute1 = .KL,
.attribute2 = .IN, .attribute2 = .IN,
.attribute3 = .CH, .attribute3 = .CH,