Make this achievement actually possible

This commit is contained in:
Sam 2018-09-19 02:28:59 +01:00 committed by Alexander Meech
parent 83e61ed1cd
commit e14a18bcad
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ public class SlimeCycles extends SoloGame
_trailSize++;
if (_trailSize == 100)
if (_trailSize == 70)
{
getAlivePlayers().forEach(player -> addStat(player, "SlimeCyclesTail", 1, true, false));
}