|
|
|
@@ -3694,16 +3694,16 @@ characterMakers["Andy"] = () => { |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Macro", |
|
|
|
height: math.unit(100, "feet") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Macro+", |
|
|
|
height: math.unit(1000, "feet") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Megamacro", |
|
|
|
height: math.unit(5, "miles") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Gigamacro", |
|
|
|
height: math.unit(5000, "miles") |
|
|
|
}, |
|
|
|
] |
|
|
|
) |
|
|
|
}; |
|
|
|
|