Adds second hat to continue screen

This commit is contained in:
chardub
2025-03-07 09:49:42 -05:00
parent d9ef1cd12e
commit 32874d8a38
6 changed files with 18 additions and 11 deletions

View File

@@ -164,7 +164,4 @@ def changeOutfit()
break
end
end
end

View File

@@ -19,7 +19,6 @@ class HatsMartAdapter < OutfitsMartAdapter
end
def set_secondary_hat(value)
echoln "WOWOWO setting secondary hat value"
@is_secondary_hat = value
end