diff --git a/app/javascript/wardrobe-2020/WardrobePage/OutfitKnownGlitchesBadge.js b/app/javascript/wardrobe-2020/WardrobePage/OutfitKnownGlitchesBadge.js index b0f5e039..ed7692f8 100644 --- a/app/javascript/wardrobe-2020/WardrobePage/OutfitKnownGlitchesBadge.js +++ b/app/javascript/wardrobe-2020/WardrobePage/OutfitKnownGlitchesBadge.js @@ -171,6 +171,21 @@ function OutfitKnownGlitchesBadge({ appearance }) { } } + // Look for Baby Body Paint items. + for (const item of items) { + const itemIsBabyBodyPaint = item.name.includes("Baby Body Paint"); + if (itemIsBabyBodyPaint) { + glitchMessages.push( + + {item.name} seems to have new zone restriction rules that our + system doesn't support yet, whuh oh! This might require major changes + to how we handle zones. Until then, this item will be very buggy, + sorry! + , + ); + } + } + // Check whether the pet is Invisible. If so, we'll show a blanket warning. if (petAppearance?.color?.id === "38") { glitchMessages.push(