AISprite always alerts when you touch it
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user