Browse Source

Fix Bunsen's weight

tags/v0.1.0
Fen Dweller 5 years ago
parent
commit
5bf06ca33f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      presets/characters.js

+ 1
- 1
presets/characters.js View File

@@ -20150,7 +20150,7 @@ characterMakers.push(() => makeCharacter(
{
side: {
height: math.unit(15.6, "meters"),
weight: math.unit(150, "lb"),
weight: math.unit(700000, "kg"),
name: "Side",
image: {
source: "./media/characters/bunsen/side.svg",


Loading…
Cancel
Save