fixes
This commit is contained in:
parent
057e9d3d41
commit
18d9d681b8
2 changed files with 5 additions and 1 deletions
|
@ -212,6 +212,10 @@ return function(feesh, dt, food, headerbuttons, money)
|
|||
headerbuttons[4].open = true
|
||||
headerbuttons[4].openanim = 0
|
||||
end
|
||||
if not headerbuttons[5].open and not headerbuttons[5].closed then
|
||||
headerbuttons[5].open = true
|
||||
headerbuttons[5].openanim = 0
|
||||
end
|
||||
end
|
||||
if n.lifetime > FISH_AGE_KING and n.size == 2 then
|
||||
n.size = 3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue