Draw my thing, added stats

This commit is contained in:
Teddy 2016-01-18 11:32:40 +00:00
parent 3d88f5aaae
commit f3d27c9d93

View File

@ -51,6 +51,7 @@ import nautilus.game.arcade.game.games.GameScore;
import nautilus.game.arcade.game.games.draw.kits.*;
import nautilus.game.arcade.game.games.draw.tools.*;
import nautilus.game.arcade.kit.Kit;
import nautilus.game.arcade.managers.chat.ChatStatData;
import nautilus.game.arcade.stats.KeenEyeStatTracker;
import nautilus.game.arcade.stats.MrSquiggleStatTracker;
import nautilus.game.arcade.stats.PureLuckStatTracker;
@ -135,7 +136,9 @@ public class Draw extends SoloGame
new PureLuckStatTracker(this)
);
registerChatStats();
registerChatStats(
new ChatStatData("PureLuck", "Lucky Guess", true)
);
Manager.GetChat().setThreeSecondDelay(false);
}