Explorar el Código

Give Kotetsu a weight and make Cialda feral

master
Fen Dweller hace 4 años
padre
commit
d2dab30483
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      presets/characters.js

+ 2
- 1
presets/characters.js Ver fichero

@@ -37623,6 +37623,7 @@ characterMakers.push(() => makeCharacter(
{
front: {
height: math.unit(5 + 2/12, "feet"),
weight: math.unit(75, "kg"),
name: "Front",
image: {
source: "./media/characters/kotetsu-redwood/front.svg",
@@ -61335,7 +61336,7 @@ characterMakers.push(() => makeCharacter(
))

characterMakers.push(() => makeCharacter(
{ name: "Cialda", species: ["zorgoia", "food"], tags: ["anthro"] },
{ name: "Cialda", species: ["zorgoia", "food"], tags: ["feral"] },
{
front: {
height: math.unit(7, "feet"),


Cargando…
Cancelar
Guardar