v2.5.0: fixed master researcher badge unlocking at 360 instead of 320

This commit is contained in:
Evan Debenham
2024-08-27 14:14:06 -04:00
parent 77780e0ddd
commit bb1da29629

View File

@@ -638,7 +638,7 @@ public class Badges {
unlock(badge);
badge = Badge.RESEARCHER_3;
}
if (totalSeen >= 360) {
if (totalSeen >= 320) {
unlock(badge);
badge = Badge.RESEARCHER_4;
}