Fix description for the sword spin speed skill tree upgrade (previously it was a copy of damage's description).

This commit is contained in:
Avi Weinstock
2021-02-22 19:37:20 -05:00
parent 6081ebbe15
commit ada4ca39f7

View File

@ -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,