mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Improve ability descriptions
This commit is contained in:
parent
4adc045627
commit
a6b7e93854
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user