From 1e1990758b11b31a45f3383bf7c4de5d0a4ab8d9 Mon Sep 17 00:00:00 2001 From: Monty Marz Date: Thu, 12 Dec 2019 20:13:45 +0000 Subject: [PATCH] Fix bow-shot frequency --- common/src/sys/controller.rs | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/common/src/sys/controller.rs b/common/src/sys/controller.rs index 820f14895c..1f430db6d2 100644 --- a/common/src/sys/controller.rs +++ b/common/src/sys/controller.rs @@ -79,10 +79,14 @@ impl Sys { }), projectile::Effect::Vanish, ], - time_left: Duration::from_secs(30), + time_left: Duration::from_secs(15), }, }); - character.action + Attack { + time_left: attack_duration, + applied: false, // We don't want to do a melee attack + } + //character.action } item::Tool::Debug(item::Debug::Boost) => { local_emitter.emit(LocalEvent::Boost {