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

@ -90,7 +90,7 @@ static func generate_daily_jobs(
))
var species: Array[FishDataType] = []
for fish: FishDataType in candidates:
if fish != null and fish.is_selectable():
if fish != null and fish.is_fishable():
species.append(fish)
if not species.is_empty():
species.sort_custom(