Skip to content

Commit

Permalink
allow default santa hats
Browse files Browse the repository at this point in the history
  • Loading branch information
ego-lay-atman-bay committed Dec 10, 2024
1 parent 7589791 commit 0fd3419
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion syntax/blocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -1246,7 +1246,9 @@ export function applyOverrides(info, overrides) {
} else if (name == "santa") {
if (info.shape != "block-prototype") {
info.shape = "hat"
info.santaHat = "hat"
if (!info.santaHat) {
info.santaHat = "hat"
}
}
}
}
Expand Down

0 comments on commit 0fd3419

Please sign in to comment.