Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gc to 3.3 #1981

Merged
merged 8 commits into from
Dec 23, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Re-add max boss chest number
  • Loading branch information
GanyusLeftHorn committed Dec 23, 2022
commit 02782a80adc27ea5e709146bb1e8b08a1949849b
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ private InvestigationMonsterOuterClass.InvestigationMonster getInvestigationMons
var bossChest = group.searchBossChestInGroup();
if (bossChest.isPresent()) {
builder.setResin(bossChest.get().resin);
// builder.setBossChestNum(bossChest.get().take_num);
builder.setMaxBossChestNum(bossChest.get().take_num);
}
}
return builder.build();
Expand Down