Different colors for regional & city exclusive outfits in outfits shops

This commit is contained in:
chardub
2025-03-20 22:23:31 -04:00
parent 4e26dbfeca
commit 4d69d60fbc
12 changed files with 113 additions and 4 deletions

View File

@@ -27,6 +27,14 @@ class HatsMartAdapter < OutfitsMartAdapter
end
end
def list_regional_set_items()
return list_regional_hats
end
def list_city_exclusive_items
return list_city_exclusive_hats
end
def set_secondary_hat(value)
@is_secondary_hat = value
end