v2.5.0: fixed master researcher badge unlocking at 360 instead of 320
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user