feat: expand seasonal creature collection

This commit is contained in:
Alexander Sellite 2026-08-18 21:20:02 -04:00
parent 925bbb79e5
commit 95c6b8b053
415 changed files with 1688 additions and 389 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() == 56)
assert(LogbookCatalog.ordered_species(catalog.candidates).size() == 63)
assert(sale_service != null)
assert(shop_service != null)
assert(session != null and session.is_host())