adjusted points
This commit is contained in:
parent
6a1960b756
commit
392e55c3b2
2 changed files with 3 additions and 4 deletions
|
|
@ -174,11 +174,11 @@ public class MinecleanerManager {
|
|||
break;
|
||||
}
|
||||
case 1: {
|
||||
ps.increaseScore(statisticsPointsAcquired, 3);
|
||||
ps.increaseScore(statisticsPointsAcquired, 5);
|
||||
break;
|
||||
}
|
||||
case 2: {
|
||||
ps.increaseScore(statisticsPointsAcquired, 10);
|
||||
ps.increaseScore(statisticsPointsAcquired, 20);
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue