mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-12-22 01:53:24 +00:00
Bière
This commit is contained in:
parent
568c32f19d
commit
52db91f530
2 changed files with 3 additions and 3 deletions
|
|
@ -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) =>
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue