ConstInfo.py açılır ve müsait yere eklenir.
ENABLE_SHOP_SINGLE_PRICE = True
UiTooltip.py açılır ve aratılır.
def SetShopItem(self, slotIndex):
İçerisinde bulunur.
price = shop.GetItemPrice(slotIndex)
Altına eklenir.
if constInfo.ENABLE_SHOP_SINGLE_PRICE:
count =...