Skip to content

Commit

Permalink
added high_plus quest portrait
Browse files Browse the repository at this point in the history
  • Loading branch information
MizaGBF committed Nov 17, 2023
1 parent 45e192a commit 9e9dd84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ function loadIndexed(id, obj, check, indexed=true) // load an element from data.
{
case "Quest Portraits":
if(search_type == 2)
files = [files[0], files[0]+"_hard", files[0]+"_ex", files[0]+"_high"]; // summon quest icon
files = [files[0], files[0]+"_hard", files[0]+"_ex", files[0]+"_high", files[0]+"_high_plus"]; // summon quest icon
break;
case "Gacha Cover": // gacha cover
files = [files[0]+"_1", files[0]+"_3"];
Expand Down

0 comments on commit 9e9dd84

Please sign in to comment.