Skip to content
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.

Commit

Permalink
πŸ› fix not detect Festivized items
Browse files Browse the repository at this point in the history
  • Loading branch information
idinium96 committed Feb 10, 2021
1 parent 7b29068 commit cc136f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions classes/listing.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ class Listing {
} else if (attribute.defindex == 2027) {
// Australium
attributes.australium = true;
} else if (attribute.defindex == 2053) {
// Festivized
attributes.festive = true;
} else if (attribute.defindex == 134) {
// Unusual effect for cosmetics
attributes.effect = attribute.float_value;
Expand Down

0 comments on commit cc136f0

Please sign in to comment.