Merge branch 'aweinstock/quickfix-sword-spin-speed' into 'master'

Fix description for the sword spin speed skill tree upgrade (previously it was...

See merge request veloren/veloren!1814
This commit is contained in:
Samuel Keiffer
2021-02-23 03:14:44 +00:00

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,