fix Colothes shop

This commit is contained in:
Michael
2020-06-10 20:15:20 +02:00
parent bb1abae765
commit b3ba7529b5
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ export default function handMoney(globalData: IGlobalData) {
}
if (showMoneyChange > 0) {
showMoneyChange--;
if (difference > 0) {
if (difference < 0) {
var alpha = 255;
if (showMoneyChange <= 70) {