Go back to text wordbubbles

This commit is contained in:
2014-06-14 10:51:10 -07:00
parent 714926c901
commit 0268a13e2b

View File

@@ -856,9 +856,9 @@ var AISprite = function(game, x, y, key, frame) {
if ( game.rnd.integerInRange(0, 100) < 95 )
return;
if ( game.rnd.integerInRange(0, 100) > 90 ) {
running = true;
}
//if ( game.rnd.integerInRange(0, 100) > 90 ) {
// running = true;
//}
switch ( game.rnd.integerInRange(0, 4) ) {
case 0: {