Go back to text wordbubbles

This commit is contained in:
2014-06-14 10:04:55 -07:00
parent df8bbe68d9
commit 2eafab6d15

View File

@@ -786,7 +786,7 @@ var AISprite = function(game, x, y, key, frame) {
this.clear_bubble = true;
this.enable_word_bubble = false;
timer = game.time.create(false);
timerev = timer.add(10000, this.enableWordBubble, this);
timerev = timer.add(20000 + (game.rnd.integerInRange(0, 30) * 1000), this.enableWordBubble, this);
timer.start()
}