Browse Source

Fix Cadenza Vivace's size

master
Fen Dweller 4 years ago
parent
commit
442c94be36
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      presets/characters.js

+ 2
- 2
presets/characters.js View File

@@ -51728,7 +51728,7 @@ characterMakers.push(() => makeCharacter(
{ name: "Cadenza Vivace", species: ["titanoboa"], tags: ["feral"] },
{
front: {
height: math.unit(25, "meters"),
height: math.unit(25, "feet"),
name: "Front",
image: {
source: "./media/characters/cadenza-vivace/front.svg",
@@ -51740,7 +51740,7 @@ characterMakers.push(() => makeCharacter(
[
{
name: "Macro",
height: math.unit(25, "meters"),
height: math.unit(25, "feet"),
default: true
},
]


Loading…
Cancel
Save