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:
@ -79,10 +79,14 @@ impl Sys {
|
|||||||
}),
|
}),
|
||||||
projectile::Effect::Vanish,
|
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) => {
|
item::Tool::Debug(item::Debug::Boost) => {
|
||||||
local_emitter.emit(LocalEvent::Boost {
|
local_emitter.emit(LocalEvent::Boost {
|
||||||
|
Reference in New Issue
Block a user