Skip to content

Commit

Permalink
Merge pull request #298 from ZeusJunior/master
Browse files Browse the repository at this point in the history
fix: add new "Haunted Cremation" as haunted exception
  • Loading branch information
danocmx authored Oct 13, 2023
2 parents 99ece1e + da3a76a commit 1ed724b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parseString/Attributes/getQuality/isHaunted.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
);
}

0 comments on commit 1ed724b

Please sign in to comment.