The bottom left stat icon is dead, i fixed it with a new image. I also made the button 50% larger because it was very tiny.
If a dev could give the right to modify code, it would be appreciated, so i can do this kind of little fixes.
To apply the fix :
line 705, find :
+ '<img f="stats" src="https://i.imgur.com/Ot3s9UY.png">'
and replace with :
+ '<img f="stats" src="https://i.imgur.com/foJSBBy.png">'
line 1076, find :
+ 'width: 20px;'+ 'height: 20px;'
replace with :
+ 'width: 30px;'+ 'height: 30px;'
Fixed stat icon in harem
The bottom left stat icon is dead, i fixed it with a new image. I also made the button 50% larger because it was very tiny.
If a dev could give the right to modify code, it would be appreciated, so i can do this kind of little fixes.
To apply the fix : line 705, find :
+ '<img f="stats" src="https://i.imgur.com/Ot3s9UY.png">'
and replace with :+ '<img f="stats" src="https://i.imgur.com/foJSBBy.png">'
line 1076, find :
+ 'width: 20px;'
+ 'height: 20px;'
replace with :+ 'width: 30px;'
+ 'height: 30px;'