diff --git a/media/attribution.js b/media/attribution.js
index d7e6a1ec..670f3674 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -5188,6 +5188,8 @@ const attributionData = {
{ name: "front.svg", source: "https://www.furaffinity.net/view/21181722/" },
{ name: "sitting.svg", source: "https://www.furaffinity.net/view/21181722/" },
{ name: "stomping.svg", source: "https://www.furaffinity.net/view/21181722/" },
+ { name: "smiling.svg", source: "https://www.furaffinity.net/view/21181722/" },
+ { name: "smug.svg", source: "https://www.furaffinity.net/view/21181722/" },
],
authors: [
"claws-and-paws"
diff --git a/media/characters/tene/front.svg b/media/characters/tene/front.svg
index b1a5b147..d9b95896 100644
--- a/media/characters/tene/front.svg
+++ b/media/characters/tene/front.svg
@@ -1,270 +1,406 @@
-
+
diff --git a/media/characters/tene/sitting.svg b/media/characters/tene/sitting.svg
index ecb5b70f..fcedcd05 100644
--- a/media/characters/tene/sitting.svg
+++ b/media/characters/tene/sitting.svg
@@ -1,70 +1,265 @@
-
+
diff --git a/media/characters/tene/smiling.svg b/media/characters/tene/smiling.svg
new file mode 100644
index 00000000..d1273cb4
--- /dev/null
+++ b/media/characters/tene/smiling.svg
@@ -0,0 +1,272 @@
+
+
+
diff --git a/media/characters/tene/smug.svg b/media/characters/tene/smug.svg
new file mode 100644
index 00000000..2d150991
--- /dev/null
+++ b/media/characters/tene/smug.svg
@@ -0,0 +1,199 @@
+
+
+
diff --git a/media/characters/tene/stomping.svg b/media/characters/tene/stomping.svg
index c403accc..f5487c9f 100644
--- a/media/characters/tene/stomping.svg
+++ b/media/characters/tene/stomping.svg
@@ -1,108 +1,356 @@
-
+
diff --git a/presets/characters.js b/presets/characters.js
index c1aa968e..e9a4415d 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -10249,8 +10249,8 @@ characterMakers.push(() => makeCharacter(
name: "Front",
image: {
source: "./media/characters/tene/front.svg",
- extra: 1728 / 1578,
- bottom: 0.022
+ extra: 814/750,
+ bottom: 36/850
}
},
stomping: {
@@ -10259,8 +10259,8 @@ characterMakers.push(() => makeCharacter(
name: "Stomping",
image: {
source: "./media/characters/tene/stomping.svg",
- extra: 938 / 873,
- bottom: 0.01
+ extra: 885/821,
+ bottom: 15/900
}
},
sitting: {
@@ -10269,8 +10269,26 @@ characterMakers.push(() => makeCharacter(
name: "Sitting",
image: {
source: "./media/characters/tene/sitting.svg",
- extra: 437 / 415,
- bottom: 0.1
+ extra: 396/366,
+ bottom: 79/475
+ }
+ },
+ smiling: {
+ height: math.unit(1.2, "feet"),
+ name: "Smiling",
+ image: {
+ source: "./media/characters/tene/smiling.svg",
+ extra: 1364/1071,
+ bottom: 0/1364
+ }
+ },
+ smug: {
+ height: math.unit(1.3, "feet"),
+ name: "Smug",
+ image: {
+ source: "./media/characters/tene/smug.svg",
+ extra: 1323/1082,
+ bottom: 0/1323
}
},
feral: {