Carol doesn't reset anything

This commit is contained in:
thepaperpilot 2022-12-18 20:24:33 -06:00
parent c50b9873c5
commit 6d7aa5f3ac

View file

@ -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();
}
}