Update 6.8

This commit is contained in:
chardub
2026-07-10 15:42:06 -04:00
parent 5b85e72cb2
commit 6a6f126a18
7871 changed files with 493194 additions and 224826 deletions
@@ -10,8 +10,8 @@ class ClothesMartAdapter < OutfitsMartAdapter
end
end
def initialize(stock = nil, isShop = nil)
super
def initialize(stock = nil, isShop = nil, prices_override = {})
super(stock,isShop,false,prices_override)
end
def getName(item)
@@ -22,6 +22,7 @@ class ClothesMartAdapter < OutfitsMartAdapter
def getDescription(item)
return DEFAULT_DESCRIPTION if !item.description
return item.description
end