Parcourir la source

Fix Zaakira's height

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

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

@@ -2935,14 +2935,14 @@ characterMakers["Zaakira"] = () => {
[
{
name: "Normal",
height: math.unit(8, "feet")
height: math.unit(12, "feet")
},
{
name: "Macro",
height: math.unit(216, "feet")
height: math.unit(279, "feet")
}
],
math.unit(216, "feet")
math.unit(279, "feet")
)
};



Chargement…
Annuler
Enregistrer