feat: add description for viktor

This commit is contained in:
Sebin Nyshkim 2025-06-23 20:39:44 +02:00
parent 841c76c13a
commit 9477160d92

View file

@ -18,7 +18,7 @@ const firstName = 'Viktor',
eyesPrimary: '#a7eef1', eyesPrimary: '#a7eef1',
eyesSecondary: '#6dabd1' eyesSecondary: '#6dabd1'
}, },
description = '', description = 'Hardened-up, but far from fossilized!',
jobs = [ jobs = [
{ {
title: 'Bartender', title: 'Bartender',
@ -150,6 +150,7 @@ export default {
pronouns, pronouns,
orientation, orientation,
role, role,
description,
jobs, jobs,
getFullName, getFullName,
getTraits, getTraits,