feat: make splahoon a beautiful fan
This commit is contained in:
parent
0e4def26e2
commit
74de97bf43
1 changed files with 4 additions and 2 deletions
|
|
@ -222,8 +222,10 @@ window.loadHeader(async function(headerContainer) {
|
|||
const shoesImg = getImg(shoes, player.shoes, 'shoes');
|
||||
let miiImgUrl = `https://mii-server.cubexmine.dev/${player.PId}/main.png`;
|
||||
if (String(player.PId) === "1582814308") {
|
||||
miiImgUrl = "/assets/faceimg.png"
|
||||
}
|
||||
miiImgUrl = "/assets/faceimg.png";
|
||||
} else if (String(player.PId) === "1446014666") {
|
||||
miiImgUrl = "/assets/weapons/Wot_PCFan^q.bflim.png";
|
||||
}
|
||||
const fallbackMii = `/assets/weapons/ParameterIcon^q.png`;
|
||||
|
||||
const card = document.createElement('div');
|
||||
|
|
|
|||
Loading…
Reference in a new issue