From 42f9f87342780b74ef4d04956ff54ef50d2096da Mon Sep 17 00:00:00 2001 From: metamuffin Date: Wed, 27 Sep 2023 17:19:42 +0200 Subject: client-web: new words --- client-web/public/start.html | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/client-web/public/start.html b/client-web/public/start.html index 68ddc0a..975b410 100644 --- a/client-web/public/start.html +++ b/client-web/public/start.html @@ -42,6 +42,8 @@ "Glowing", "Flavourful", "Tasty", + "Yummy", + "Soft", ], [ "Strawberry", @@ -53,6 +55,8 @@ "Tomato", "Lemon", "Apple", + "Pineapple", + "Pumpkin", ], [ "Muffin", @@ -60,12 +64,17 @@ "Cupcake", "Sandwish", "Cake", - "Crépe", + "Cookie", + "Crêpe", "Pancake", + "Biscuit", + "IceCream", + "Yogurt", + "Milkshake", ], ]; return frags - .map((f) => f[Math.floor(Math.random() * f.length)]) + .map(f => f[Math.floor(Math.random() * f.length)]) .join("") .trim(); } -- cgit v1.2.3-70-g09d2