added Heads or Tails

This commit is contained in:
Marcus Netz
2020-11-24 18:44:32 +01:00
parent 8d660659ac
commit 3dda686301

View File

@ -4,7 +4,7 @@ const money = [{
}];
const Coin = ['Kopf','Zahl'];
const Werte = [
{ id: 'mut', kuerzel: 'MU', name: 'Mut' },
{ id: 'klugheit', kuerzel: 'KL', name: 'Klugheit' },
@ -85,4 +85,4 @@ const Talente = [
{ id: 'stoffbearbeitung', name: 'Stoffbearbeitung', values: ['KL', 'FF', 'FF'] },
];
module.exports = { Werte, Talente };
module.exports = { Werte, Talente, Coin };