Moved to graphical word bubbles

This commit is contained in:
2014-06-12 02:14:25 -07:00
parent 81e748fa0d
commit ce0dee7569

View File

@@ -541,7 +541,7 @@ var AISprite = function(game, x, y, spritetype) {
this.bubble = null;
this.enable_word_bubble = false;
timer = game.time.create(false);
timerev = timer.add(10000 + (game.rnd.integerInRange(0, 10) * 1000), this.enableWordBubble, this);
timerev = timer.add(20000 + (game.rnd.integerInRange(0, 30) * 1000), this.enableWordBubble, this);
timer.start()
}