This website works better with JavaScript.
Home
Explore
Help
Sign In
chemicalcrux
/
macrovision
Watch
1
Star
0
Fork
0
Code
Issues
5
Pull Requests
0
Releases
10
Wiki
Activity
Browse Source
Add a macro size for Persephone
master
Fen Dweller
4 years ago
parent
7294d399e2
commit
ae1eb1dd77
1 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-1
presets/characters.js
+ 5
- 1
presets/characters.js
View File
@@ -43565,7 +43565,11 @@ characterMakers.push(() => makeCharacter(
[
{
name: "Human Size",
height: math.unit(6, "feet"),
height: math.unit(6, "feet")
},
{
name: "Big Steppy",
height: math.unit(600, "meters"),
default: true
},
{
Write
Preview
Loading…
Cancel
Save