From 22560d5269bc5a44fd7af47a5ec9e76f5b4d43e4 Mon Sep 17 00:00:00 2001 From: Albie Date: Wed, 15 Jun 2022 11:16:08 +0100 Subject: [PATCH] add vector glare to seasons --- public/data/seasons.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/public/data/seasons.json b/public/data/seasons.json index b9f5013..31df7b3 100644 --- a/public/data/seasons.json +++ b/public/data/seasons.json @@ -145,5 +145,12 @@ "year": 7, "season": 1, "accent": "#bf9f43" - } + }, + { + "id": 26, + "operation": "Vector Glare", + "year": 7, + "season": 2, + "accent": "#12ac27" + } ]