mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-10-31 23:45:39 +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) =>
|
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) =>
|
new Tuple<string, Action<Equipment, string>>("**Capacité** ", (m, s) =>
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -2273,7 +2273,7 @@ Une trousse de soin est une sacoche de cuir contenant des bandages, des onguents
|
||||||
|
|
||||||
[][Equipment]
|
[][Equipment]
|
||||||
|
|
||||||
# Bière
|
# Bière (chope)
|
||||||
|
|
||||||
- **Type** Nourriture, boisson et logement
|
- **Type** Nourriture, boisson et logement
|
||||||
- **Prix** 4 pc
|
- **Prix** 4 pc
|
||||||
|
|
@ -2281,7 +2281,7 @@ Une trousse de soin est une sacoche de cuir contenant des bandages, des onguents
|
||||||
|
|
||||||
[][Equipment]
|
[][Equipment]
|
||||||
|
|
||||||
# Bière
|
# Bière (cruche)
|
||||||
|
|
||||||
- **Type** Nourriture, boisson et logement
|
- **Type** Nourriture, boisson et logement
|
||||||
- **Prix** 2 pa
|
- **Prix** 2 pa
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue