Sfoglia il codice sorgente

Adjust Winter's weight

master
Fen Dweller 4 anni fa
parent
commit
1f154913a8
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      presets/characters.js

+ 2
- 2
presets/characters.js Vedi File

@@ -50696,7 +50696,7 @@ characterMakers.push(() => makeCharacter(
{
front: {
height: math.unit(12, "feet"),
weight: math.unit(4000, "lb"),
weight: math.unit(20000, "lb"),
name: "Front",
image: {
source: "./media/characters/winter/front.svg",
@@ -50706,7 +50706,7 @@ characterMakers.push(() => makeCharacter(
},
frontNsfw: {
height: math.unit(12, "feet"),
weight: math.unit(4000, "lb"),
weight: math.unit(20000, "lb"),
name: "Front (NSFW)",
image: {
source: "./media/characters/winter/front-nsfw.svg",


Loading…
Annulla
Salva