Skip to content

Commit e3dccb0

Browse files
committed
fix(lsms): correct spelling and improve formation entries in training list
Signed-off-by: Wiibleyde <nathan@bonnell.fr>
1 parent 8c278b3 commit e3dccb0

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

bot/commands/handlers/rp/lsms.ts

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,26 +51,27 @@ const formations: Formation[] = [
5151
"Réanimation",
5252
"Bobologie",
5353
"Radiologie / IRM",
54-
"Anésthésie",
55-
"Opération sous anésthésie générale",
56-
"Opération sous anesthésie locale",
54+
"Anesthésie",
55+
"Opération",
5756
"Suture",
5857
"Don du sang",
59-
"Etat alcolisé / drogué",
58+
"Etat alcoolisé / drogué",
6059
"Prise d'otage",
61-
"Visite médicale",
6260
"Gestion d'un patient en état d'arrestation",
61+
"Autonomie",
6362
"Daronora",
6463
],
6564
},
6665
{
6766
title: "Interne",
6867
competences: [
6968
"Indépendance",
70-
"Fiche patient",
69+
"Fiche patient.es",
7170
"Rapports médicaux",
7271
"Communication sur la radio LSMS/LSPD",
7372
"Supervision de stagiaires",
73+
"Opérations avancées",
74+
"Visite médicale / Certificat médical",
7475
],
7576
},
7677
];

0 commit comments

Comments
 (0)