diff --git a/syntax/blocks.js b/syntax/blocks.js index 95169a3b..0d7717d9 100644 --- a/syntax/blocks.js +++ b/syntax/blocks.js @@ -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" + } } } }