Parcourir la source

Adjust Sebi's weight

tags/v0.1.0
Fen Dweller il y a 6 ans
Parent
révision
9a6d750716
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +2
    -2
      presets/characters.js

+ 2
- 2
presets/characters.js Voir le fichier

@@ -18042,7 +18042,7 @@ characterMakers["Sebi"] = () => {
{
frontDressed: {
height: math.unit(70, "cm"),
weight: math.unit(5, "kg"),
weight: math.unit(8, "kg"),
name: "Front (Dressed)",
image: {
source: "./media/characters/sebi/front-dressed.svg",
@@ -18052,7 +18052,7 @@ characterMakers["Sebi"] = () => {
},
front: {
height: math.unit(70, "cm"),
weight: math.unit(5, "kg"),
weight: math.unit(8, "kg"),
name: "Front",
image: {
source: "./media/characters/sebi/front.svg",


Chargement…
Annuler
Enregistrer