Word bubbles

This commit is contained in:
2014-06-11 22:58:01 -07:00
parent e81f218859
commit 3957d52f7c

View File

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