Add networked crab gathering prototype

This commit is contained in:
Alexander Sellite 2026-08-14 22:11:49 -04:00
parent f55663c105
commit a62cce6404
56 changed files with 2692 additions and 56 deletions

View file

@ -48,8 +48,8 @@ func _run() -> void:
as PlayerAssetReservationService
)
assert(player != null)
assert(catalog != null and catalog.candidates.size() == 313)
assert(LogbookCatalog.ordered_species(catalog.candidates).size() == 53)
assert(catalog != null and catalog.candidates.size() == 314)
assert(LogbookCatalog.ordered_species(catalog.candidates).size() == 54)
assert(sale_service != null)
assert(shop_service != null)
assert(session != null and session.is_host())