Browse Source

Update Cafat's size

tags/v0.1.0
Fen Dweller 6 years ago
parent
commit
50a0fa7865
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      presets/characters.js

+ 3
- 3
presets/characters.js View File

@@ -14296,7 +14296,7 @@ characterMakers["Cafat"] = () => {
"Dalken",
{
side: {
height: math.unit(5, "feet"),
height: math.unit(7, "feet"),
weight: math.unit(170, "lb"),
name: "Side",
image: {
@@ -14305,7 +14305,7 @@ characterMakers["Cafat"] = () => {
}
},
sideFull: {
height: math.unit(5, "feet"),
height: math.unit(7, "feet"),
weight: math.unit(170, "lb"),
name: "Side (Full)",
image: {
@@ -14317,7 +14317,7 @@ characterMakers["Cafat"] = () => {
[
{
name: "Small",
height: math.unit(5, "feet"),
height: math.unit(7, "feet"),
default: true
},
{


Loading…
Cancel
Save