More bugfixes

This commit is contained in:
Anuken
2019-09-14 21:36:32 -04:00
parent cd456f80a4
commit ed88633712
2 changed files with 5 additions and 1 deletions

View File

@@ -76,7 +76,9 @@ public enum SAchievement{
}
public void checkCompletion(){
//TODO
if(!isAchieved() && stat != null && stat.get() >= statGoal){
complete();
}
}
public boolean isAchieved(){