From aba7358220244ba4ea7bf4ea8a1d733bcab41f6f Mon Sep 17 00:00:00 2001 From: Stephanie Gredell Date: Sun, 7 Sep 2025 19:49:32 -0700 Subject: [PATCH] bug fix for invalid relic --- src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.js b/src/main.js index e44e762..be9d822 100644 --- a/src/main.js +++ b/src/main.js @@ -446,7 +446,7 @@ function setupMockData() { root.player.draw = ['defend', 'segfault']; root.player.discard = ['virgin']; - attachRelics(root, ['coffee_thermos', 'cpp_compiler']); + attachRelics(root, ['terminal_coffee_thermos', 'haskell']); // Test Act 2 if ?act2=true is in URL const urlParams = new URLSearchParams(window.location.search);