fix: 🩹 adjust character data

This commit is contained in:
Sebin Nyshkim 2025-07-19 23:39:41 +02:00
parent 2e39002ea8
commit 1ae78d4ed4
Signed by: SebinNyshkim
SSH key fingerprint: SHA256:LG1WHMySL/4iW/Yci+0eHgbf0te5beRiLlmyoY8E5D0
2 changed files with 3 additions and 3 deletions

View file

@ -21,7 +21,7 @@ const firstName = 'Sebin',
orientation = 'gay', orientation = 'gay',
position = 'vers, prefers top', position = 'vers, prefers top',
height = 210, // cm height = 210, // cm
weight = 124, // kg weight = 174, // kg
tailLength = 154, // cm tailLength = 154, // cm
wingspan = 417, // cm wingspan = 417, // cm
colors = [ colors = [

View file

@ -9,8 +9,8 @@ const firstName = 'Viktor',
pronouns = 'he/him', pronouns = 'he/him',
orientation = 'gay', orientation = 'gay',
role = 'bottom', role = 'bottom',
height = 227, // cm height = 192, // cm
weight = 175, // kg weight = 164, // kg
colors = [ colors = [
{ name: 'Front', value: '#e7c7b1' }, { name: 'Front', value: '#e7c7b1' },
{ name: 'Arms, legs', value: '#493428' }, { name: 'Arms, legs', value: '#493428' },