From fa6b6ef2a868c072c0e61c6bf596e4cf258398c8 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 29 Feb 2020 13:27:06 -0500 Subject: [PATCH] Remove Mira al-Cul's weight; fix max height --- presets/characters.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/presets/characters.js b/presets/characters.js index 8d5286e9..f33ee21e 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -6469,7 +6469,6 @@ characterMakers["Mira al-Cul"] = () => { { lamp: { height: math.unit(7 * 1559 / 989, "feet"), - weight: math.unit(750, "lbs"), name: "Magic Lamp", image: { source: "./media/characters/mira-al-cul/lamp.svg", @@ -6478,7 +6477,6 @@ characterMakers["Mira al-Cul"] = () => { }, front: { height: math.unit(7, "feet"), - weight: math.unit(750, "lbs"), name: "Front", image: { source: "./media/characters/mira-al-cul/front.svg", @@ -6514,7 +6512,7 @@ characterMakers["Mira al-Cul"] = () => { }, { name: "Void Mother", - height: math.unit(3.14e10, "yottaparsecs") + height: math.unit(3.14e110, "yottaparsecs") }, ] )