Oh right, stop leaving console.log lying around
This commit is contained in:
parent
c508d49272
commit
71a6dbdad7
1 changed files with 0 additions and 1 deletions
|
@ -172,7 +172,6 @@ function OutfitKnownGlitchesBadge({ appearance }) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Check if this is a Faerie Uni. If so, we'll explain the dithering horns.
|
// Check if this is a Faerie Uni. If so, we'll explain the dithering horns.
|
||||||
console.log(petAppearance?.color?.id, petAppearance?.species?.id);
|
|
||||||
if (
|
if (
|
||||||
petAppearance?.color?.id === "26" &&
|
petAppearance?.color?.id === "26" &&
|
||||||
petAppearance?.species?.id === "49"
|
petAppearance?.species?.id === "49"
|
||||||
|
|
Loading…
Reference in a new issue