From b77f5d5af1b42e645363d1c52554a1e805cd5fa2 Mon Sep 17 00:00:00 2001 From: Andrew Kesterson Date: Wed, 18 Jun 2014 16:32:31 -0700 Subject: [PATCH] Stop chasing me if you can't see me at the end of your path --- moonlight/js/moonlight-skulk.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moonlight/js/moonlight-skulk.js b/moonlight/js/moonlight-skulk.js index 12cc215..151f75c 100644 --- a/moonlight/js/moonlight-skulk.js +++ b/moonlight/js/moonlight-skulk.js @@ -707,7 +707,7 @@ var AISprite = function(game, x, y, key, frame) { console.log("I don't have a facing state?"); return null; } - offset[0] *= mulitplier; + offset[0] *= multiplier; offset[1] *= multiplier; size[0] *= multiplier; size[1] *= multiplier;