mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
[arcade] Better default images for shopkeepers
This commit is contained in:
parent
96363be109
commit
caef080bc0
1 changed files with 5 additions and 2 deletions
|
|
@ -45,8 +45,11 @@
|
|||
|
||||
function characterImage(character) {
|
||||
return {
|
||||
"Dino": "https://cloud-6rd1boq71-hack-club-bot.vercel.app/0image.png",
|
||||
"Raccoon": "https://cloud-6rd1boq71-hack-club-bot.vercel.app/1image.png"
|
||||
// "Dino": "https://cloud-6rd1boq71-hack-club-bot.vercel.app/0image.png",
|
||||
// "Raccoon": "https://cloud-6rd1boq71-hack-club-bot.vercel.app/1image.png"
|
||||
"Dino": "https://cloud-h4wi9l5hg-hack-club-bot.vercel.app/2005.png",
|
||||
"Raccoon": "https://cloud-nfmmdwony-hack-club-bot.vercel.app/1001.png"
|
||||
|
||||
}[character] || "https://cloud-6rd1boq71-hack-club-bot.vercel.app/0image.png"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue