fix cardealer faction price anzeige
This commit is contained in:
@@ -72,7 +72,7 @@ export default function carDealer(globalData: IGlobalData) {
|
|||||||
priceItem.SetRightLabel("~g~$~s~ " + moneyFormat(price));
|
priceItem.SetRightLabel("~g~$~s~ " + moneyFormat(price));
|
||||||
break;
|
break;
|
||||||
case 'Fraktion':
|
case 'Fraktion':
|
||||||
priceItem.SetRightLabel("~g~$~s~ " + moneyFormat(price * 3));
|
priceItem.SetRightLabel("~g~$~s~ " + moneyFormat(price * 1.5));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user