From 3e337ffeee2dc7f73fbb75f9490233ddc3871cef Mon Sep 17 00:00:00 2001 From: vernacular7 <132183833+vernacular7@users.noreply.github.com> Date: Fri, 21 Feb 2025 15:58:15 -0800 Subject: [PATCH 1/7] Add makeup style bee she's so pretty --- bees/beeMakeup.svg | 1 + 1 file changed, 1 insertion(+) create mode 100644 bees/beeMakeup.svg diff --git a/bees/beeMakeup.svg b/bees/beeMakeup.svg new file mode 100644 index 0000000..05f9350 --- /dev/null +++ b/bees/beeMakeup.svg @@ -0,0 +1 @@ + \ No newline at end of file From eed5f737554a4066370893771b1b5c31e326c516 Mon Sep 17 00:00:00 2001 From: vernacular7 <132183833+vernacular7@users.noreply.github.com> Date: Fri, 21 Feb 2025 15:59:05 -0800 Subject: [PATCH 2/7] Update beeList.json to add makeup style bee --- beeList.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/beeList.json b/beeList.json index 902bfc4..d51f447 100644 --- a/beeList.json +++ b/beeList.json @@ -25,5 +25,6 @@ "Ginger", "I.C.", "Pine", - "Snow" + "Snow", + "Makeup" ] From 0daa89f394e2b2cb597879a9bb8f782624d400ff Mon Sep 17 00:00:00 2001 From: vernacular7 <132183833+vernacular7@users.noreply.github.com> Date: Fri, 21 Feb 2025 16:00:09 -0800 Subject: [PATCH 3/7] Update beeTypeList.json to add makeup style bee (Floral?? idk the tokens) --- beeTypeList.json | 1 + 1 file changed, 1 insertion(+) diff --git a/beeTypeList.json b/beeTypeList.json index 104c12b..2c50588 100644 --- a/beeTypeList.json +++ b/beeTypeList.json @@ -26,4 +26,5 @@ "I.C.": "tokenFrosty", "Pine": "tokenFloralW", "Snow": "tokenSnowy" + "Makeup": "tokenFLoral" } From 610d3d92e6cfb3ddd0f59319a5b570fa76ec53fe Mon Sep 17 00:00:00 2001 From: vernacular7 <132183833+vernacular7@users.noreply.github.com> Date: Fri, 21 Feb 2025 16:01:06 -0800 Subject: [PATCH 4/7] Update credits.json to add me :3 --- bees/credits.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bees/credits.json b/bees/credits.json index b79afdc..451cd78 100644 --- a/bees/credits.json +++ b/bees/credits.json @@ -9,5 +9,6 @@ "Gummy": { "by": "sourdoggy" }, "Calm": { "by": "sourdoggy" }, "Floral": { "by": "sourdoggy" }, - "Sad": { "by": "sourdoggy" } + "Sad": { "by": "sourdoggy" }, + "Makeup": { "by": "vernacular" } } From cf3443611a36792e3158df179f860daf9f5b20af Mon Sep 17 00:00:00 2001 From: TheShovel <68913917+TheShovel@users.noreply.github.com> Date: Sat, 22 Feb 2025 02:06:11 +0200 Subject: [PATCH 5/7] fix list --- beeTypeList.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beeTypeList.json b/beeTypeList.json index 2c50588..b5ab995 100644 --- a/beeTypeList.json +++ b/beeTypeList.json @@ -25,6 +25,6 @@ "Ginger": "gingerBread", "I.C.": "tokenFrosty", "Pine": "tokenFloralW", - "Snow": "tokenSnowy" + "Snow": "tokenSnowy", "Makeup": "tokenFLoral" } From 24628860f7ac8c8fb37113a603801e1adbb8d56e Mon Sep 17 00:00:00 2001 From: TheShovel <68913917+TheShovel@users.noreply.github.com> Date: Sat, 22 Feb 2025 02:06:34 +0200 Subject: [PATCH 6/7] add community tag --- bees/credits.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bees/credits.json b/bees/credits.json index 451cd78..d5559f3 100644 --- a/bees/credits.json +++ b/bees/credits.json @@ -10,5 +10,5 @@ "Calm": { "by": "sourdoggy" }, "Floral": { "by": "sourdoggy" }, "Sad": { "by": "sourdoggy" }, - "Makeup": { "by": "vernacular" } + "Makeup": { "by": "vernacular", "community": true } } From 85a559cd117c93e92f48e8e5240bbcd28f66dc99 Mon Sep 17 00:00:00 2001 From: TheShovel <68913917+TheShovel@users.noreply.github.com> Date: Sat, 22 Feb 2025 03:09:44 +0200 Subject: [PATCH 7/7] Update beeTypeList.json --- beeTypeList.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beeTypeList.json b/beeTypeList.json index b5ab995..4acb0f2 100644 --- a/beeTypeList.json +++ b/beeTypeList.json @@ -26,5 +26,5 @@ "I.C.": "tokenFrosty", "Pine": "tokenFloralW", "Snow": "tokenSnowy", - "Makeup": "tokenFLoral" + "Makeup": "tokenKiss" }