diff --git a/species/blobcat/templates/hands.mustache b/species/blobcat/templates/hands.mustache
index d4457ed..3ad3b62 100644
--- a/species/blobcat/templates/hands.mustache
+++ b/species/blobcat/templates/hands.mustache
@@ -1,3 +1,24 @@
-{{#set-fill}}
- {{vars.hand_color}} | {{>blobfox.hands}}
-{{/set-fill}}
+{{^tags.oh-my}}
+ {{#set-fill}}
+ {{vars.hand_color}} | {{>blobfox.hands}}
+ {{/set-fill}}
+{{/tags.oh-my}}
+
+{{#tags.oh-my}}
+ {{#tags.left-hand}}
+
+ {{#set-stroke}}
+ {{vars.hand_stroke_color}} |
+ {{#set-fill}} {{vars.hand_color}} | {{#oh_my}}#left-hand{{/oh_my}} {{/set-fill}}
+ {{/set-stroke}}
+
+ {{/tags.left-hand}}
+ {{#tags.right-hand}}
+
+ {{#set-stroke}}
+ {{vars.hand_stroke_color}} |
+ {{#set-fill}} {{vars.hand_color}} | {{#oh_my}}#right-hand{{/oh_my}} {{/set-fill}}
+ {{/set-stroke}}
+
+ {{/tags.right-hand}}
+{{/tags.oh-my}}
diff --git a/species/blobcat/templates/nose.mustache b/species/blobcat/templates/nose.mustache
index 73e3e4d..37eecbe 100644
--- a/species/blobcat/templates/nose.mustache
+++ b/species/blobcat/templates/nose.mustache
@@ -15,3 +15,9 @@
{{#blobfox.base}}#nose{{/blobfox.base}}
{{/tags.mouth-hmpf}}
+
+{{#tags.oh-my}}
+
+ {{#blobfox.base}}#nose{{/blobfox.base}}
+
+{{/tags.oh-my}}
diff --git a/species/blobfox/assets/oh_my.svg b/species/blobfox/assets/oh_my.svg
new file mode 100644
index 0000000..3f61bbf
--- /dev/null
+++ b/species/blobfox/assets/oh_my.svg
@@ -0,0 +1,49 @@
+
+
diff --git a/species/blobfox/species.toml b/species/blobfox/species.toml
index 539cda7..251f132 100644
--- a/species/blobfox/species.toml
+++ b/species/blobfox/species.toml
@@ -48,6 +48,8 @@ coffee_happy = ["body-basic", "holding", "eyes-happy", "mouth-w", "hand-cup", "r
blush = ["body-basic", "ear-blush", "eyes-closed", "blush", "mouth-hmpf"]
+oh_my = ["body-basic", "eyes-basic", "left-hand", "right-hand", "oh-my"]
+
heart = ["body-basic", "eyes-basic", "left-hand", "right-hand", "holding", "big-object"]
egg = ["body-basic", "eyes-basic", "left-hand", "right-hand", "holding"]
diff --git a/species/blobfox/templates/hands.mustache b/species/blobfox/templates/hands.mustache
index 46468e8..28235fb 100644
--- a/species/blobfox/templates/hands.mustache
+++ b/species/blobfox/templates/hands.mustache
@@ -58,5 +58,20 @@
{{/tags.holding}}
{{/tags.hand-3c}}
+ {{#tags.oh-my}}
+ {{#tags.left-hand}}
+ {{#set-stroke}}
+ {{vars.hand_stroke_color}} |
+ {{#set-fill}} {{vars.hand_color}} | {{#oh_my}}#left-hand{{/oh_my}} {{/set-fill}}
+ {{/set-stroke}}
+ {{/tags.left-hand}}
+ {{#tags.right-hand}}
+ {{#set-stroke}}
+ {{vars.hand_stroke_color}} |
+ {{#set-fill}} {{vars.hand_color}} | {{#oh_my}}#right-hand{{/oh_my}} {{/set-fill}}
+ {{/set-stroke}}
+ {{/tags.right-hand}}
+ {{/tags.oh-my}}
+
diff --git a/species/blobfox/variants/oh_my.mustache b/species/blobfox/variants/oh_my.mustache
new file mode 100644
index 0000000..57f4559
--- /dev/null
+++ b/species/blobfox/variants/oh_my.mustache
@@ -0,0 +1,8 @@
+{{>header}}
+ {{>body}}
+
+ {{>eyes}}
+ {{>nose}}
+
+ {{>hands}}
+{{>footer}}
diff --git a/vector/blobfox_oh_my.svg b/vector/blobfox_oh_my.svg
new file mode 100644
index 0000000..a14217d
--- /dev/null
+++ b/vector/blobfox_oh_my.svg
@@ -0,0 +1,165 @@
+
+