1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-12-22 01:53:24 +00:00
This commit is contained in:
Yan Maniez 2018-08-01 12:28:06 +02:00
parent 568c32f19d
commit 52db91f530
2 changed files with 3 additions and 3 deletions

View file

@ -107,7 +107,7 @@ namespace AideDeJeuLib
}),
new Tuple<string, Action<Equipment, string>>("**Unité** ", (m, s) =>
{
this.Text += "- " + str; m.Unity = s; m.Name += $" ({s})";
this.Text += "- " + str; m.Unity = s; //m.Name += $" ({s})";
}),
new Tuple<string, Action<Equipment, string>>("**Capacité** ", (m, s) =>
{