Word bubbles

This commit is contained in:
2014-06-11 23:46:41 -07:00
parent 9a8286b853
commit 125ba49bcb

View File

@@ -371,7 +371,7 @@ var AISprite = function(game, x, y, spritetype) {
running = true; running = true;
} }
if ( game.rnd.integerInRange(0, 500) > 495 ) { if ( game.rnd.integerInRange(0, 500) > 450 ) {
this.setWordBubble(); this.setWordBubble();
} }