Browse Source

Add a 'big' height for Rai

master
Fen Dweller 4 years ago
parent
commit
747b806c95
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      presets/characters.js

+ 4
- 0
presets/characters.js View File

@@ -2465,6 +2465,10 @@ characterMakers.push(() => makeCharacter(
name: "Normal", name: "Normal",
height: math.unit(7 + 2/12, "feet") height: math.unit(7 + 2/12, "feet")
}, },
{
name: "Big",
height: math.unit(11, "feet")
},
{ {
name: "Macro", name: "Macro",
height: math.unit(302, "feet"), height: math.unit(302, "feet"),


Loading…
Cancel
Save