mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Increased combo duration by 50%
This commit is contained in:
parent
c8c368adec
commit
d7090315ff
@ -2,7 +2,7 @@ use serde::{Deserialize, Serialize};
|
||||
use specs::{Component, DerefFlaggedStorage};
|
||||
use specs_idvs::IdvStorage;
|
||||
|
||||
pub const COMBO_DECAY_START: f64 = 5.0; // seconds
|
||||
pub const COMBO_DECAY_START: f64 = 7.5; // seconds
|
||||
|
||||
#[derive(Clone, Copy, Debug, PartialEq, Serialize, Deserialize)]
|
||||
pub struct Combo {
|
||||
|
Loading…
Reference in New Issue
Block a user