This commit is contained in:
theBowja 2022-12-05 17:29:34 -05:00
parent 3068dd2329
commit ad66cfef5c

View File

@ -79,7 +79,7 @@ function collateFood(lang) {
let spdata = {};
spdata.name = language[xd.nameTextMapHash];
spdata.rarity = xd.rankLevel;
spdata.rarity = xd.rankLevel+'';
spdata.foodtype = 'SPECIALTY';
spdata.foodfilter = foodfilter;
spdata.foodcategory = xd.effectIcon.substring(13);