mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-10 14:44:58 +00:00
Adds way to favorite hats and clothes and item to quickly swap to them
This commit is contained in:
@@ -19,7 +19,9 @@ class ClothesMartAdapter < OutfitsMartAdapter
|
||||
|
||||
def getDisplayName(item)
|
||||
return getName(item) if !item.name
|
||||
return item.name
|
||||
name = item.name
|
||||
name = "* #{name}" if item.id == $Trainer.favorite_clothes
|
||||
return name
|
||||
end
|
||||
|
||||
def getDescription(item)
|
||||
|
||||
Reference in New Issue
Block a user