Skip to content

Commit

Permalink
Fix U.I.I.S.C
Browse files Browse the repository at this point in the history
  • Loading branch information
deoxis9001 committed Apr 9, 2024
1 parent 67d8273 commit ab3b8b6
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions src/i18n/fr_FR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,17 @@ export default {
color: '#ffa500',
},
'Police': {
buildings: [6, 8, 11, 13, 19, 27, 28, 29],
buildings: [6, 8, 11, 13, 19, 28, 29],
color: '#00ac00',
},
'Secours nautique': {
buildings: [23, 24, 25, 26],
color: '#00ac00',
},
'U.I.I.S.C': {
buildings: [27],
color: '#00ac00',
},
'Autre': {
buildings: [7, 14, 21, 22],
color: '#02a18c',
Expand Down Expand Up @@ -114,9 +118,6 @@ export default {
['Choucas']: [18],
['Équipes cynophiles']: [19],
["Maintien de l'Ordre"]: [39, 40, 41, 42, 43, 44, 45],
['U.I.I.S.C']: [
61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73,
],
['GIGN']: [74, 75, 76],
['GIH']: [77],
},
Expand All @@ -128,6 +129,14 @@ export default {
},
color: '#00ac00',
},
'U.I.I.S.C': {
vehicles: {
['U.I.I.S.C']: [
61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73,
],
},
color: '#00ac00',
},
},
small_buildings: {
0: 18,
Expand Down

0 comments on commit ab3b8b6

Please sign in to comment.