diff --git a/src/globals.js b/src/globals.js index 03fb487..4d54f1b 100644 --- a/src/globals.js +++ b/src/globals.js @@ -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 }; \ No newline at end of file +module.exports = { Werte, Talente, Coin }; \ No newline at end of file