diff --git a/media/attribution.js b/media/attribution.js index c2302f23..7596eb19 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -17717,7 +17717,7 @@ const attributionData = { }, "delta-wolfie": { "name": "Delta Wolfie", - "url": "https://t.me/delta_wolfie" + "url": "https://twitter.com/DeltaRedWolf" }, "lux-leo": { "name": "Lux-Leo", diff --git a/presets/characters.js b/presets/characters.js index 16eb0a09..d8d23051 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -33558,7 +33558,7 @@ characterMakers.push(() => makeCharacter( { front: { height: math.unit(6, "feet"), - weight: math.unit(150, "lb"), + weight: math.unit(210, "lb"), name: "Front", image: { source: "./media/characters/manetel-greyscale/front.svg", @@ -33574,7 +33574,8 @@ characterMakers.push(() => makeCharacter( }, { name: "Normal", - height: math.unit(6, "feet") + height: math.unit(6, "feet"), + default: true }, { name: "Minimacro", @@ -33582,8 +33583,7 @@ characterMakers.push(() => makeCharacter( }, { name: "Macro", - height: math.unit(117, "feet"), - default: true + height: math.unit(117, "feet") }, ] ))