diff --git a/beeList.json b/beeList.json index 902bfc4..177fcf1 100644 --- a/beeList.json +++ b/beeList.json @@ -25,5 +25,6 @@ "Ginger", "I.C.", "Pine", - "Snow" + "Snow", + "Human" ] diff --git a/beeTypeList.json b/beeTypeList.json index 104c12b..698bf7f 100644 --- a/beeTypeList.json +++ b/beeTypeList.json @@ -25,5 +25,6 @@ "Ginger": "gingerBread", "I.C.": "tokenFrosty", "Pine": "tokenFloralW", - "Snow": "tokenSnowy" + "Snow": "tokenSnowy", + "Human": "tokenDoubler" } diff --git a/bees/beeHuman.svg b/bees/beeHuman.svg new file mode 100644 index 0000000..72bfa4e --- /dev/null +++ b/bees/beeHuman.svg @@ -0,0 +1,2 @@ +Hello!my name is:BOB diff --git a/bees/credits.json b/bees/credits.json index b79afdc..a259321 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" }, + "Human": { "by": "jarn", "community": true } }