Browse Source

Add another megamacro size for Samantha

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

+ 5
- 1
presets/characters.js View File

@@ -4558,7 +4558,11 @@ characterMakers["Samantha"] = () => {
{
name: "Megamacro",
height: math.unit(8381, "meters"),
}
},
{
name: "Megamacro+",
height: math.unit(12000, "kilometers")
},
]
)
};


Loading…
Cancel
Save