Activate full fish catalog

This commit is contained in:
Alexander Sellite 2026-08-24 11:13:49 -04:00
parent 5ed4cccf76
commit bb75121dcd
321 changed files with 1611 additions and 706 deletions

View file

@ -49,7 +49,7 @@ func _run() -> void:
)
assert(player != null)
assert(catalog != null and catalog.candidates.size() == 316)
assert(LogbookCatalog.ordered_species(catalog.candidates).size() == 63)
assert(LogbookCatalog.ordered_species(catalog.candidates).size() == 313)
assert(sale_service != null)
assert(shop_service != null)
assert(session != null and session.is_host())