fix handmoney (SET:HANDMONEY auskommentiert)

This commit is contained in:
Michael
2020-07-05 16:46:59 +02:00
parent cffcc5659a
commit dd5292e3db
8 changed files with 26 additions and 15 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) {