Browse Source

Update Vulpes's sizes

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

+ 5
- 1
presets/characters.js View File

@@ -2874,12 +2874,16 @@ characterMakers["Vulpes"] = () => {
[ [
{ {
name: "Micro", name: "Micro",
height: math.unit(3, "inches")
height: math.unit(2, "inches")
}, },
{ {
name: "Normal", name: "Normal",
height: math.unit(6.3, "feet") height: math.unit(6.3, "feet")
}, },
{
name: "Macro",
height: math.unit(850, "feet")
},
{ {
name: "Megamacro", name: "Megamacro",
height: math.unit(7500, "feet") height: math.unit(7500, "feet")


Loading…
Cancel
Save