diff --git a/species/blobfox/species.toml b/species/blobfox/species.toml index 8455ce2..ced4478 100644 --- a/species/blobfox/species.toml +++ b/species/blobfox/species.toml @@ -42,7 +42,9 @@ comfy_boop = ["body-comfy", "boop", "eyes-basic", "mouth-w"] stabby = ["body-basic", "holding", "eyes-evil", "mouth-w", "hand-3c", "left-hand"] gordon = ["body-basic", "holding", "eyes-basic", "mouth-w", "hand-3c", "left-hand"] + coffee = ["body-basic", "holding", "eyes-basic", "mouth-w", "hand-cup", "right-hand"] +coffee_happy = ["body-basic", "holding", "eyes-happy", "mouth-w", "hand-cup", "right-hand"] blush = ["body-basic", "ear-blush", "eyes-closed", "blush", "mouth-hmpf"] diff --git a/species/blobfox/variants/coffee_happy.mustache b/species/blobfox/variants/coffee_happy.mustache new file mode 100644 index 0000000..51723aa --- /dev/null +++ b/species/blobfox/variants/coffee_happy.mustache @@ -0,0 +1,10 @@ +{{>header}} + {{>body}} + + {{>eyes}} + {{>nose}} + {{>mouth}} + + {{>coffee}} + {{>hands}} +{{>footer}}