fix: 🩹 adjust character data
This commit is contained in:
parent
2e39002ea8
commit
1ae78d4ed4
2 changed files with 3 additions and 3 deletions
|
@ -21,7 +21,7 @@ const firstName = 'Sebin',
|
|||
orientation = 'gay',
|
||||
position = 'vers, prefers top',
|
||||
height = 210, // cm
|
||||
weight = 124, // kg
|
||||
weight = 174, // kg
|
||||
tailLength = 154, // cm
|
||||
wingspan = 417, // cm
|
||||
colors = [
|
||||
|
|
|
@ -9,8 +9,8 @@ const firstName = 'Viktor',
|
|||
pronouns = 'he/him',
|
||||
orientation = 'gay',
|
||||
role = 'bottom',
|
||||
height = 227, // cm
|
||||
weight = 175, // kg
|
||||
height = 192, // cm
|
||||
weight = 164, // kg
|
||||
colors = [
|
||||
{ name: 'Front', value: '#e7c7b1' },
|
||||
{ name: 'Arms, legs', value: '#493428' },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue