From ba7213abd68a19a5622ba424e967f9d1632ef92b Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Mon, 8 May 2023 22:41:51 -0500 Subject: [PATCH] Add planar speed display --- src/data/planes.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/data/planes.tsx b/src/data/planes.tsx index 0579181..7fca97c 100644 --- a/src/data/planes.tsx +++ b/src/data/planes.tsx @@ -1004,6 +1004,11 @@ export function createPlane( /s) + {Decimal.neq(computedPlanarSpeedModifier.value, 1) ? ( + + Speed: {format(computedPlanarSpeedModifier.value)}x + + ) : null} {features.map((row, i) =>