Face a random direction when you stop at a light

This commit is contained in:
2014-06-22 13:53:50 -07:00
parent 74e9931bba
commit e8d61086ef

View File

@@ -171,6 +171,9 @@ var AISprite = function(game, x, y, key, frame) {
aistate = "losthim";
break;
}
default {
return;
}
}
var mylines = moonlightDialog['status'][this.sprite_group][aistate];