Don't switch hats when unlocked

This commit is contained in:
Idrees Hassan
2026-01-24 22:55:46 -05:00
parent cd06a886bd
commit ea85c61955
7 changed files with 0 additions and 6 deletions

View File

@@ -2610,7 +2610,6 @@
if (!unlockedHats.includes(hatId)) {
unlockedHats.push(hatId);
save();
switchHat(hatId);
const message = makeElement("birb-message-content");
message.appendChild(document.createTextNode("You've unlocked the "));
const bold = document.createElement("b");

1
dist/web/birb.js vendored
View File

@@ -2610,7 +2610,6 @@
if (!unlockedHats.includes(hatId)) {
unlockedHats.push(hatId);
save();
switchHat(hatId);
const message = makeElement("birb-message-content");
message.appendChild(document.createTextNode("You've unlocked the "));
const bold = document.createElement("b");