Browse Source

Add a new size for Kenzie Lee

master
Fen Dweller 4 years ago
parent
commit
6841037b85
1 changed files with 6 additions and 2 deletions
  1. +6
    -2
      presets/characters.js

+ 6
- 2
presets/characters.js View File

@@ -29203,14 +29203,18 @@ characterMakers.push(() => makeCharacter(
},
},
[
{
name: "Kenzie Flea",
height: math.unit(2, "mm"),
default: true
},
{
name: "Micro",
height: math.unit(1.5, "inches")
},
{
name: "Normal",
height: math.unit(152, "feet"),
default: true
height: math.unit(152, "feet")
},
{
name: "Megamacro",


Loading…
Cancel
Save