diff --git a/common/player.js b/common/player.js index 8d288fb..51ed313 100644 --- a/common/player.js +++ b/common/player.js @@ -66,6 +66,8 @@ class Player extends Entity { if (target.type == 'NPC' && velness > 0.2 && this.ticks >= 15) { this.isMenu = true; + let that = this; + setTimeout(() => that.isMenu = false, 8000); this.rot = 1.2; }