From a6b7e93854d2162b72f85136c9e2b9aa8250e4cf Mon Sep 17 00:00:00 2001 From: juliancoffee Date: Thu, 29 Jul 2021 17:28:51 +0300 Subject: [PATCH] Improve ability descriptions --- voxygen/src/hud/skillbar.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/voxygen/src/hud/skillbar.rs b/voxygen/src/hud/skillbar.rs index 5514adf1b9..debac354c9 100644 --- a/voxygen/src/hud/skillbar.rs +++ b/voxygen/src/hud/skillbar.rs @@ -903,7 +903,7 @@ fn ability_description(tool: &ToolKind) -> Option<(&str, &str)> { ToolKind::Staff => Some(( "Ring of Fire", "\n\ - Explodes the gound with fire shockwave.", + Ignites the ground with fiery shockwave.", )), ToolKind::Sword => Some(( "Whirlwind", @@ -913,7 +913,7 @@ fn ability_description(tool: &ToolKind) -> Option<(&str, &str)> { ToolKind::Bow => Some(( "Burst", "\n\ - Launches a burst of arrows into your target", + Launches a burst of arrows", )), ToolKind::Sceptre => Some(( "Thorn Bulwark",