Procházet zdrojové kódy

Fix Hass's feeding height

master
Fen Dweller před 4 roky
rodič
revize
64006d8a12
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      presets/characters.js

+ 1
- 1
presets/characters.js Zobrazit soubor

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


Načítá se…
Zrušit
Uložit