AISprite always alerts when you touch it

This commit is contained in:
2014-06-15 18:14:16 -07:00
parent 5b51b9b86c
commit ffcb039c8a

View File

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