mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Adresses comment
This commit is contained in:
parent
0d92f02deb
commit
4b439e9b58
@ -39,7 +39,9 @@ impl Effect {
|
||||
Effect::Damage(damage) => {
|
||||
damage.interpolate_damage(modifier, 0.0);
|
||||
},
|
||||
_ => {},
|
||||
Effect::Buff(effect) => {
|
||||
effect.data.strength *= modifier;
|
||||
},
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user