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:
@ -1367,9 +1367,9 @@ impl<'a> Widget for Diary<'a> {
|
|||||||
)
|
)
|
||||||
.with_tooltip(
|
.with_tooltip(
|
||||||
self.tooltip_manager,
|
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(
|
&add_sp_cost_tooltip(
|
||||||
&self.localized_strings.get("hud.skill.sw_spin_dmg"),
|
&self.localized_strings.get("hud.skill.sw_spin_spd"),
|
||||||
skill,
|
skill,
|
||||||
&self.stats.skill_set,
|
&self.stats.skill_set,
|
||||||
&self.localized_strings,
|
&self.localized_strings,
|
||||||
|
Reference in New Issue
Block a user