From fd8d955c3abdb7217ea25b272021fa4bbf9144bb Mon Sep 17 00:00:00 2001 From: Andrew Kesterson Date: Sat, 14 Jun 2014 10:24:34 -0700 Subject: [PATCH] Go back to text wordbubbles --- moonlight/js/moonlight-skulk.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/moonlight/js/moonlight-skulk.js b/moonlight/js/moonlight-skulk.js index 30861dd..e4fccf9 100644 --- a/moonlight/js/moonlight-skulk.js +++ b/moonlight/js/moonlight-skulk.js @@ -917,6 +917,8 @@ var AISprite = function(game, x, y, key, frame) { Phaser.Sprite.call(this, game, x, y, 'townsfolk-male-1'); game.physics.arcade.enable(this); this.timer = null; + this.bubble = null; + this.enable_word_bubble = false; this.body.collideWorldBounds = true; this.state = STATE_UNAWARE; this.sprite_name = "townsfolk-male-1";