diff --git a/scenes/gameplay/update/fish.lua b/scenes/gameplay/update/fish.lua index 86d5ed7..b5437dd 100644 --- a/scenes/gameplay/update/fish.lua +++ b/scenes/gameplay/update/fish.lua @@ -150,11 +150,11 @@ return function(feesh, dt, food, headerbuttons, money) n.size = 2 playSound('grow') - if not headerbuttons[2].open and not headerbuttons[1].closed then + if not headerbuttons[2].open and not headerbuttons[2].closed then headerbuttons[2].open = true headerbuttons[2].openanim = 0 end - if not headerbuttons[3].open and not headerbuttons[1].closed then + if not headerbuttons[3].open and not headerbuttons[3].closed then headerbuttons[3].open = true headerbuttons[3].openanim = 0 end