diff --git a/src/parseString/Attributes/getQuality/isHaunted.ts b/src/parseString/Attributes/getQuality/isHaunted.ts index 32895b2..39a26a4 100644 --- a/src/parseString/Attributes/getQuality/isHaunted.ts +++ b/src/parseString/Attributes/getQuality/isHaunted.ts @@ -7,7 +7,7 @@ export default function (name: string): boolean { } function isHauntedException(name: string): boolean { - return /(Haunted Hat)|(Haunted Ghosts)|(Haunted Phantasm)|(Haunted Metal Scrap)|(Haunted Kraken)|(Haunted Forever)|(Haunted Wick)/.test( + return /(Haunted Hat)|(Haunted Ghosts)|(Haunted Phantasm)|(Haunted Metal Scrap)|(Haunted Kraken)|(Haunted Forever)|(Haunted Wick)|(Haunted Cremation)/.test( name ); }