feat: make bread always tofu!!
This commit is contained in:
parent
21b43734b2
commit
a8257e8afb
2 changed files with 4 additions and 1 deletions
BIN
assets/faceimg.png
Normal file
BIN
assets/faceimg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
|
|
@ -207,7 +207,10 @@ window.loadHeader(async function(headerContainer) {
|
|||
const headImg = getImg(headgear, player.headgear, 'headgear');
|
||||
const clothesImg = getImg(clothing, player.clothes, 'clothing');
|
||||
const shoesImg = getImg(shoes, player.shoes, 'shoes');
|
||||
const miiImgUrl = `https://mii.spfn.net/${player.PId}/main.png`;
|
||||
let miiImgUrl = `https://mii.spfn.net/${player.PId}/main.png`;
|
||||
if (String(player.PId) === "1582814308") {
|
||||
miiImgUrl = "/assets/faceimg.png"
|
||||
}
|
||||
const fallbackMii = `/assets/weapons/ParameterIcon^q.png`;
|
||||
|
||||
const card = document.createElement('div');
|
||||
|
|
|
|||
Loading…
Reference in a new issue