mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2026-01-28 09:15:59 +00:00
Adds way to favorite hats and clothes and item to quickly swap to them
This commit is contained in:
@@ -32,7 +32,9 @@ class HatsMartAdapter < OutfitsMartAdapter
|
||||
|
||||
def getDisplayName(item)
|
||||
return getName(item) if !item.name
|
||||
return item.name
|
||||
name = item.name
|
||||
name = "* #{name}" if item.id == $Trainer.favorite_hat
|
||||
return name
|
||||
end
|
||||
|
||||
def getDescription(item)
|
||||
@@ -79,7 +81,7 @@ class HatsMartAdapter < OutfitsMartAdapter
|
||||
$Trainer.hat_color=0
|
||||
previewWindow.hat_color=0
|
||||
end
|
||||
echoln $Trainer.dyed_hats
|
||||
#echoln $Trainer.dyed_hats
|
||||
else
|
||||
$Trainer.hat_color=0
|
||||
previewWindow.hat_color=0
|
||||
|
||||
Reference in New Issue
Block a user