diff --git a/moonlight/js/moonlight-skulk.js b/moonlight/js/moonlight-skulk.js index 920a6c0..1a75fd5 100644 --- a/moonlight/js/moonlight-skulk.js +++ b/moonlight/js/moonlight-skulk.js @@ -914,7 +914,7 @@ var AISprite = function(game, x, y, key, frame) { 'townsfolk-guard-2' ]; - Phaser.Sprite.call(this, game, x, y, 'townsfolk-male-1'); + Phaser.Sprite.call(this, game, x, y, null); game.physics.arcade.enable(this); this.timer = null; this.body.collideWorldBounds = true;