mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-10 06:34:59 +00:00
Fixes issue with hat swapping
This commit is contained in:
@@ -7,8 +7,8 @@ class HatsMartAdapter < OutfitsMartAdapter
|
||||
|
||||
def initialize(stock = nil, isShop = nil, isSecondaryHat = false)
|
||||
super(stock,isShop,isSecondaryHat)
|
||||
@worn_clothes = $Trainer.hat(false)
|
||||
@worn_clothes2 = $Trainer.hat(true)
|
||||
@worn_clothes = $Trainer.hat
|
||||
@worn_clothes2 = $Trainer.hat2
|
||||
end
|
||||
|
||||
def toggleEvent(item)
|
||||
|
||||
Reference in New Issue
Block a user