diff --git a/src/lib/components/Output/Print/Hull/Integrity/index.svelte b/src/lib/components/Output/Print/Hull/Integrity/index.svelte index 680eac9..4aa042f 100644 --- a/src/lib/components/Output/Print/Hull/Integrity/index.svelte +++ b/src/lib/components/Output/Print/Hull/Integrity/index.svelte @@ -1,4 +1,12 @@ -
+
{ + ship.dispatch.setUITransform({ system: "hull", translate }); + }} + style:transform={hull?.uiTransform} +> {#each rows as row, i (i)}
{#each row as threshold, j (j)} @@ -13,10 +21,18 @@