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
c9b3b5b904
commit
4c30dadf47
@ -39,7 +39,9 @@ impl Effect {
|
||||
Effect::Damage(damage) => {
|
||||
damage.interpolate_damage(modifier, 0.0);
|
||||
},
|
||||
_ => {},
|
||||
Effect::Buff(effect) => {
|
||||
effect.data.strength *= modifier;
|
||||
},
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user