From 10ed978b31824566ee628bff7ccc37a36b1713e7 Mon Sep 17 00:00:00 2001 From: nwjgit <69014816+nwjgit@users.noreply.github.com> Date: Tue, 20 Aug 2024 22:16:12 -0500 Subject: [PATCH] Fix coffin creatables (#5991) --- src/lib/data/creatables/shadesOfMorton.ts | 8 ++++---- tests/unit/snapshots/banksnapshots.test.ts.snap | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/lib/data/creatables/shadesOfMorton.ts b/src/lib/data/creatables/shadesOfMorton.ts index 0b8a0d9c32..fb1dad8761 100644 --- a/src/lib/data/creatables/shadesOfMorton.ts +++ b/src/lib/data/creatables/shadesOfMorton.ts @@ -15,7 +15,7 @@ export const shadesOfMortonCreatables: Createable[] = [ name: 'Steel coffin', inputItems: new Bank({ 'Steel locks': 1, - 'Bronze coffin': 1 + 'Broken coffin': 1 }), outputItems: new Bank({ 'Steel coffin': 1 }) }, @@ -23,7 +23,7 @@ export const shadesOfMortonCreatables: Createable[] = [ name: 'Black coffin', inputItems: new Bank({ 'Black locks': 1, - 'Steel coffin': 1 + 'Broken coffin': 1 }), outputItems: new Bank({ 'Black coffin': 1 }) }, @@ -31,7 +31,7 @@ export const shadesOfMortonCreatables: Createable[] = [ name: 'Silver coffin', inputItems: new Bank({ 'Silver locks': 1, - 'Black coffin': 1 + 'Broken coffin': 1 }), outputItems: new Bank({ 'Silver coffin': 1 }) }, @@ -39,7 +39,7 @@ export const shadesOfMortonCreatables: Createable[] = [ name: 'Gold coffin', inputItems: new Bank({ 'Gold locks': 1, - 'Silver coffin': 1 + 'Broken coffin': 1 }), outputItems: new Bank({ 'Gold coffin': 1 }) } diff --git a/tests/unit/snapshots/banksnapshots.test.ts.snap b/tests/unit/snapshots/banksnapshots.test.ts.snap index eea6e871b5..d1f8eb59a4 100644 --- a/tests/unit/snapshots/banksnapshots.test.ts.snap +++ b/tests/unit/snapshots/banksnapshots.test.ts.snap @@ -22917,7 +22917,7 @@ exports[`OSB Creatables 1`] = ` "inputItems": Bank { "bank": { "25445": 1, - "25459": 1, + "25457": 1, }, "frozen": false, }, @@ -22934,7 +22934,7 @@ exports[`OSB Creatables 1`] = ` "inputItems": Bank { "bank": { "25448": 1, - "25461": 1, + "25457": 1, }, "frozen": false, }, @@ -22951,7 +22951,7 @@ exports[`OSB Creatables 1`] = ` "inputItems": Bank { "bank": { "25451": 1, - "25463": 1, + "25457": 1, }, "frozen": false, }, @@ -22968,7 +22968,7 @@ exports[`OSB Creatables 1`] = ` "inputItems": Bank { "bank": { "25454": 1, - "25465": 1, + "25457": 1, }, "frozen": false, },