Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions lib/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,8 @@ class Schema {
'haunted kraken',
'haunted forever!',
'haunted cremation',
'haunted wick'
'haunted wick',
'haunted mist'
];

let qualitySearch = name;
Expand Down Expand Up @@ -727,7 +728,9 @@ class Schema {
// Skip Frostbite effect if name include Faunted Braken
continue;
}

if (effect === 'sizzling' && name.startsWith('aroma')) {
continue;
}
if (effect === 'hot') {
// shotgun ___ / shot to hell
// plaid potshotter / shot in the dark
Expand Down