mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2026-07-22 07:37:00 +00:00
Update 6.8
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
class HatShopView < ClothesShopView
|
||||
|
||||
def initialize(currency_name = "Money")
|
||||
def initialize(currency_name = _INTL("Money"))
|
||||
@currency_name = currency_name
|
||||
end
|
||||
|
||||
@@ -97,11 +97,15 @@ class HatShopView < ClothesShopView
|
||||
@adapter.updateTrainerPreview(itemwindow.item, @sprites["trainerPreview"])
|
||||
displayLayerIcons(item)
|
||||
else
|
||||
description = _INTL("Quit.")
|
||||
description = getQuitDescription
|
||||
end
|
||||
@sprites["itemtextwindow"].text = description
|
||||
end
|
||||
|
||||
def getQuitDescription
|
||||
return _INTL("Hats are submitted by the community. More will be added with future updates.")
|
||||
end
|
||||
|
||||
def updateTrainerPreview()
|
||||
super
|
||||
updateSelectedLayerGraphicsVisibility
|
||||
|
||||
Reference in New Issue
Block a user