From 6d7aa5f3acafeafc17760aa72549afd2f70cc7be Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Sun, 18 Dec 2022 20:24:33 -0600 Subject: [PATCH] Carol doesn't reset anything --- src/data/layers/elves.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/data/layers/elves.tsx b/src/data/layers/elves.tsx index 7e9900b..e55d3ca 100644 --- a/src/data/layers/elves.tsx +++ b/src/data/layers/elves.tsx @@ -676,7 +676,11 @@ const layer = createLayer(id, function (this: BaseLayer) { style: "width: 190px", onPurchase() { options.onPurchase?.(); - if (!["Peppermint", "Twinkle", "Cocoa", "Frosty"].includes(options.name)) { + if ( + !["Peppermint", "Twinkle", "Cocoa", "Frosty", "Carol"].includes( + options.name + ) + ) { elfReset.reset(); } }