diff --git a/presets/characters.js b/presets/characters.js index dc7b69ed..2e6faacf 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -20770,6 +20770,7 @@ characterMakers.push(() => makeCharacter( side: { height: math.unit(13 + 1 / 12, "feet"), weight: math.unit(8.5, "tonnes"), + preyCapacity: math.unit(36, "people"), name: "Side", image: { source: "./media/characters/goldeneye/side.svg", @@ -20780,6 +20781,7 @@ characterMakers.push(() => makeCharacter( front: { height: math.unit(5.1, "feet"), weight: math.unit(8.5, "tonnes"), + preyCapacity: math.unit(36, "people"), name: "Front", image: { source: "./media/characters/goldeneye/front.svg",