From 37c5ebad6803c67a262816d6bf5047ead47842df Mon Sep 17 00:00:00 2001 From: LostQuasar Date: Wed, 17 Aug 2022 13:45:32 -0400 Subject: [PATCH] Add coffee happy --- species/blobfox/species.toml | 2 ++ species/blobfox/variants/coffee_happy.mustache | 10 ++++++++++ 2 files changed, 12 insertions(+) create mode 100644 species/blobfox/variants/coffee_happy.mustache 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}}