mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Fix bow-shot frequency
This commit is contained in:
parent
bb350bbdff
commit
1e1990758b
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user