Browse Source

Adjust goo-Fen's capacity

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

+ 1
- 1
presets/characters.js View File

@@ -93,7 +93,7 @@ characterMakers.push(() => makeCharacter(
goo: {
height: math.unit(2.8, "feet"),
weight: math.unit(125, "kg"),
capacity: math.unit(2, "people"),
capacity: math.unit(1, "people"),
name: "Goo",
image: {
source: "./media/characters/fen/goo.svg",


Loading…
Cancel
Save