Browse Source

Fix Kenzie Lee's paw size

master
Fen Dweller 5 years ago
parent
commit
b27a00e1f9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      presets/characters.js

+ 1
- 1
presets/characters.js View File

@@ -27523,7 +27523,7 @@ characterMakers.push(() => makeCharacter(
}
},
paw: {
height: math.unit(6, "feet"),
height: math.unit(0.57, "feet"),
name: "Paw",
image: {
source: "./media/characters/kenzie-lee/paw.svg"


Loading…
Cancel
Save