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
Fix base kneeling height for Adake
tags/v0.0.3
Fen Dweller
5 years ago
parent
e52850740f
commit
ba1d188b86
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
presets/characters.js
+ 1
- 1
presets/characters.js
View File
@@ -331,7 +331,7 @@ function makeAdake() {
name: "Height",
power: 1,
type: "length",
base: math.unit(
60
, "feet")
base: math.unit(
5.385
, "feet")
},
weight: {
name: "Weight",
Write
Preview
Loading…
Cancel
Save