From f5755a827469307d8fd50860d9b5a36df8da833d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aaron=20D=C3=B6tsch?= <aaron@fsmpi.rwth-aachen.de> Date: Mon, 2 Oct 2023 13:58:19 +0200 Subject: [PATCH] changes --- src/lib/server/discounts.ts | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/lib/server/discounts.ts b/src/lib/server/discounts.ts index cec5e75..61dda12 100644 --- a/src/lib/server/discounts.ts +++ b/src/lib/server/discounts.ts @@ -835,6 +835,27 @@ export const discounts: Location[] = [ start: "2023-10-02", end: "2023-12-15", }, + { + name: "Greedy and Thirsty", + description: { + de: "Shots für 1,90€\nCocktails für 4,90€", + en: "Shots for 1.90€\nCocktails for 4.90€", + }, + tags: [Tags.PUB], + address: "Pontstraße 110/112", + location: [50.7793931, 6.0806784], + open: { + 1: [], + 2: [], + 3: [[[16,0],[24+3,0]]], + 4: [], + 5: [[[16,0],[24+5,0]]], + 6: [[[16,0],[24+5,0]]], + 7: [], + }, + start: "2023-10-02", + end: "2023-10-08", + }, /* -- GitLab