Explorar el Código

Fix Hass's feeding height

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

+ 1
- 1
presets/characters.js Ver fichero

@@ -57473,7 +57473,7 @@ characterMakers.push(() => makeCharacter(
} }
}, },
feeding: { feeding: {
height: math.unit(6, "meters"),
height: math.unit(6*0.63, "meters"),
weight: math.unit(3400, "kg"), weight: math.unit(3400, "kg"),
preyCapacity: math.unit(1700, "liters"), preyCapacity: math.unit(1700, "liters"),
name: "Feeding", name: "Feeding",


Cargando…
Cancelar
Guardar