Stop switching awareness states so fast

This commit is contained in:
2014-06-15 15:50:58 -07:00
parent 95e179bf48
commit 2841af5d54

View File

@@ -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';