mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Fix description for the sword spin speed skill tree upgrade (previously it was a copy of damage's description).
This commit is contained in:
parent
6081ebbe15
commit
ada4ca39f7
@ -1367,9 +1367,9 @@ impl<'a> Widget for Diary<'a> {
|
||||
)
|
||||
.with_tooltip(
|
||||
self.tooltip_manager,
|
||||
&self.localized_strings.get("hud.skill.sw_spin_dmg_title"),
|
||||
&self.localized_strings.get("hud.skill.sw_spin_spd_title"),
|
||||
&add_sp_cost_tooltip(
|
||||
&self.localized_strings.get("hud.skill.sw_spin_dmg"),
|
||||
&self.localized_strings.get("hud.skill.sw_spin_spd"),
|
||||
skill,
|
||||
&self.stats.skill_set,
|
||||
&self.localized_strings,
|
||||
|
Loading…
Reference in New Issue
Block a user