From 2841af5d54e5a041139ede83b150a00ea1b8cec1 Mon Sep 17 00:00:00 2001 From: Andrew Kesterson Date: Sun, 15 Jun 2014 15:50:58 -0700 Subject: [PATCH] Stop switching awareness states so fast --- 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 d61709a..02d8894 100644 --- a/moonlight/js/moonlight-skulk.js +++ b/moonlight/js/moonlight-skulk.js @@ -928,7 +928,7 @@ var AISprite = function(game, x, y, key, frame) { this.sprite_can_see_lightmeter = 0.5; this.awareness_effect = null; this.awareness_timer = null; - this.sprite_awareness_duration = 30; + this.sprite_awareness_duration = 30000; this.sprite_canmove = 'true'; this.collide_with_player = 'true'; this.collide_with_map = 'true';