Skip to content

Commit

Permalink
Process xl candy reward type
Browse files Browse the repository at this point in the history
  • Loading branch information
wraythex authored Sep 22, 2023
1 parent 9ef79ed commit 4dfa929
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions static/madmin/templates/quests.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,9 @@
var url = `${iconBasePath}/pokemon_icon_${String.prototype.padStart.call(quest_pokemon_id, 3, 0)}_${quest_pokemon_form_id}${costume}.png`;
var image = `<img class="mr-3" src="${url}" width="50">`;
break;
case 9:
var image = '<img class="mr-3" src="static/quest/reward_xl_candy.png" width="50">';
break;
case 12:
var url = 'https://raw.githubusercontent.com/whitewillem/PogoAssets/resized/icons_large/rewards/reward_mega_energy.png'
var image = `<img class="mr-3" src="${url}" width="50">`;
Expand Down

0 comments on commit 4dfa929

Please sign in to comment.