From cc3d983f4fcd8b5be4f1c1ed0af3aec3d29bfbe7 Mon Sep 17 00:00:00 2001 From: Andrew Kesterson Date: Sun, 15 Jun 2014 15:53:44 -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 d991bb4..cac1271 100644 --- a/moonlight/js/moonlight-skulk.js +++ b/moonlight/js/moonlight-skulk.js @@ -929,7 +929,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 = 30000; + this.sprite_awareness_duration = 60000; this.sprite_canmove = 'true'; this.collide_with_player = 'true'; this.collide_with_map = 'true';