Browse Source

Fix Zaakira's height

tags/v0.1.0
Fen Dweller 6 years ago
parent
commit
28f51fc562
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      presets/characters.js

+ 3
- 3
presets/characters.js View File

@@ -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")
)
};



Loading…
Cancel
Save