From ffcb039c8ade21fde9ee760ce2928022ed7fd249 Mon Sep 17 00:00:00 2001 From: Andrew Kesterson Date: Sun, 15 Jun 2014 18:14:16 -0700 Subject: [PATCH] AISprite always alerts when you touch it --- 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 a3f48bd..30464b3 100644 --- a/moonlight/js/moonlight-skulk.js +++ b/moonlight/js/moonlight-skulk.js @@ -936,7 +936,7 @@ var AISprite = function(game, x, y, key, frame) { this.body.immovable = true; this.awareness_change_enabled = true; this.lightmeter = 1.0; - this.sprite_can_see_lightmeter = 0.5; + this.sprite_can_see_lightmeter = 0.3; this.awareness_effect = null; this.awareness_timer = null; this.sprite_awareness_duration = 60000;