Skip to content

Commit

Permalink
Fix Talon's Chicken's
Browse files Browse the repository at this point in the history
Works on #1
  • Loading branch information
miketrethewey committed Mar 29, 2023
1 parent 00ec44f commit fd85db4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ootmm/items/oot_child_trade.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"name": "Keaton Mask Sold",
"type": "toggle",
"img": "ootrando_overworldmap_hamsda/images/sold_out.png",
"codes": "oot_keatonsold,oot_postzelda,oot_postguard"
"codes": "oot_keatonsold,oot_postguard"
},
{
"name": "Skull Mask",
Expand All @@ -58,7 +58,7 @@
"name": "Skull Mask Sold",
"type": "toggle",
"img": "ootrando_overworldmap_hamsda/images/sold_out.png",
"codes": "oot_skullsold,oot_postzelda,oot_postguard"
"codes": "oot_skullsold,oot_postguard"
},
{
"name": "Spooky Mask",
Expand All @@ -70,7 +70,7 @@
"name": "Spooky Mask Sold",
"type": "toggle",
"img": "ootrando_overworldmap_hamsda/images/sold_out.png",
"codes": "oot_spookysold,oot_postzelda,oot_postguard"
"codes": "oot_spookysold,oot_postguard"
},
{
"name": "Bunny Mask",
Expand All @@ -82,7 +82,7 @@
"name": "Bunny Mask Sold",
"type": "toggle",
"img": "ootrando_overworldmap_hamsda/images/sold_out.png",
"codes": "oot_bunnysold,oot_postzelda,oot_postguard"
"codes": "oot_bunnysold,oot_postguard"
},
{
"name": "Mask of Truth",
Expand Down

0 comments on commit fd85db4

Please sign in to comment.