From 03886c2eea61b0d224b879d9afd6bf98fbe17748 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 11 May 2026 21:28:19 +0200 Subject: [PATCH] Update runtime interaction tests to set targetable to false --- tests/domain/runtime-interaction-system.test.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/domain/runtime-interaction-system.test.ts b/tests/domain/runtime-interaction-system.test.ts index b652805a..e0f7e12d 100644 --- a/tests/domain/runtime-interaction-system.test.ts +++ b/tests/domain/runtime-interaction-system.test.ts @@ -209,6 +209,7 @@ function createRuntimeNpcFixture(options: { actorId: `${options.entityId}-actor`, name: undefined, visible: true, + targetable: false, position, yawDegrees: 0, scale: DEFAULT_NPC_SCALE, @@ -1183,6 +1184,7 @@ describe("RuntimeInteractionSystem", () => { actorId: "actor-merchant", name: "Merchant", visible: true, + targetable: false, position: { x: 0, y: 1,