Word bubbles

This commit is contained in:
2014-06-11 23:55:36 -07:00
parent 5fe4604409
commit 39a69243a5

View File

@@ -420,7 +420,7 @@ var AISprite = function(game, x, y, spritetype) {
this.sprite_group = ['townsfolk-male',
'townsfolk-female',
'townsfolk-guard'][Math.round(spritetype / 4)];
'townsfolk-guard'][Math.round(spritetype / 4) - 1];
addAnimation(this, 'bipedwalkleft');
addAnimation(this, 'bipedwalkright');