Add networked crab gathering prototype
This commit is contained in:
parent
f55663c105
commit
a62cce6404
56 changed files with 2692 additions and 56 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue