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 'big' height for Rai
master
Fen Dweller
4 years ago
parent
68ce55b226
commit
747b806c95
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
presets/characters.js
+ 4
- 0
presets/characters.js
View File
@@ -2465,6 +2465,10 @@ characterMakers.push(() => makeCharacter(
name: "Normal",
height: math.unit(7 + 2/12, "feet")
},
{
name: "Big",
height: math.unit(11, "feet")
},
{
name: "Macro",
height: math.unit(302, "feet"),
Write
Preview
Loading…
Cancel
Save