From 0adf7cb8553ddc0eefadc4f15cf5704f3ab5b243 Mon Sep 17 00:00:00 2001 From: Sebin Nyshkim Date: Fri, 6 Mar 2020 22:17:12 +0100 Subject: [PATCH] feat: update character data --- src/mixins/Sebin.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mixins/Sebin.js b/src/mixins/Sebin.js index 10e559e..7f34d2c 100644 --- a/src/mixins/Sebin.js +++ b/src/mixins/Sebin.js @@ -7,7 +7,7 @@ export default { dateOfBirth: new Date("1988-04-25"), gender: "male", height: 210, // cm - weight: 97, // kg + weight: 167, // kg wingspan: 400, // cm colors: { hairPrimary: "#4b608f", @@ -107,7 +107,7 @@ export default { ["Primary Hair Color", this.colors.hairPrimary], ["Secondary Hair Color", this.colors.hairSecondary], ["Eyes", this.colors.eyes], - ["Eyebrows", this.colors.eyebrows], + ["Facial Spikes", this.colors.eyebrows], ["Horns / Claws / Nipples", this.colors.horns], ["Tail Spikes", this.colors.tailspikes] ]