Expand fish and equipment catalogs
This commit is contained in:
parent
63e50e285d
commit
f55663c105
380 changed files with 9430 additions and 575 deletions
|
|
@ -4334,7 +4334,7 @@ func _refresh_logbook() -> void:
|
|||
var valid_species: Array[FishDataType] = []
|
||||
if _catalog != null:
|
||||
for fish: FishDataType in _catalog.candidates:
|
||||
if fish != null and not fish.id.is_empty():
|
||||
if fish != null and fish.active and not fish.id.is_empty():
|
||||
valid_species.append(fish)
|
||||
_logbook_species = valid_species
|
||||
_logbook_empty.visible = valid_species.is_empty()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue