Draw my thing, added stats
This commit is contained in:
parent
3d88f5aaae
commit
f3d27c9d93
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user