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" ] diff --git a/beeTypeList.json b/beeTypeList.json index 104c12b..4acb0f2 100644 --- a/beeTypeList.json +++ b/beeTypeList.json @@ -25,5 +25,6 @@ "Ginger": "gingerBread", "I.C.": "tokenFrosty", "Pine": "tokenFloralW", - "Snow": "tokenSnowy" + "Snow": "tokenSnowy", + "Makeup": "tokenKiss" } 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 diff --git a/bees/credits.json b/bees/credits.json index b79afdc..d5559f3 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", "community": true } }