mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
fix: name
This commit is contained in:
parent
6b1351bdc3
commit
66cf4ab74c
@ -211,8 +211,8 @@ impl<'a> System<'a> for Sys {
|
||||
BuffEffect::MovementSpeed(ms) => {
|
||||
stat.move_speed_modifier *= *ms;
|
||||
},
|
||||
BuffEffect::AttackSpeed(ms) => {
|
||||
stat.attack_speed_modifier *= *ms;
|
||||
BuffEffect::AttackSpeed(val) => {
|
||||
stat.attack_speed_modifier *= *val;
|
||||
},
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user