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 normal height for Odi
tags/v0.1.0
Fen Dweller
6 years ago
parent
61edf8e91b
commit
f24b8db527
1 changed files
with
6 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-1
presets/characters.js
+ 6
- 1
presets/characters.js
View File
@@ -5018,7 +5018,12 @@ characterMakers["Odi Lunar"] = () => {
[
{
name: "Micro",
height: math.unit(3, "inches")
height: math.unit(3, "inches"),
default: true
},
{
name: "Normal",
height: math.unit(5.5, "feet")
}
]
)
Write
Preview
Loading…
Cancel
Save