add real names of clothes and hair styles
This commit is contained in:
@@ -116,8 +116,8 @@ export default function friseurShopList(globalData: IGlobalData) {
|
||||
if (itemDescription == "NULL") {
|
||||
itemDescription = "Clothing item.";
|
||||
}
|
||||
//const tempItem = new UIMenuItem(mp.game.ui.getLabelText(x.data[0].GXT), itemDescription);
|
||||
const tempItem = new UIMenuItem(x.data[0].GXT + " - " + x.id, itemDescription);
|
||||
const tempItem = new UIMenuItem(mp.game.ui.getLabelText(x.data[0].GXT), itemDescription);
|
||||
//const tempItem = new UIMenuItem(x.data[0].GXT + " - " + x.id, itemDescription);
|
||||
|
||||
tempItem.SetRightLabel(`${item.Price > 0 ? `$${item.Price}` : "FREE"}`);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user