Skip to content

Commit

Permalink
Fixed boars' attack descriptions being started with capital letters
Browse files Browse the repository at this point in the history
Attack descriptions start with a lowercase letter in mainline Wesnoth. Should be backported to 1.16.1 with #5973 after the string freeze ends.
  • Loading branch information
kabachuha committed Jul 31, 2021
1 parent a6c6138 commit c098140
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions data/core/units/monsters/Boar.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
[/defense]
[attack]
name=bite
description=_"Bite"
description=_"bite"
icon=attacks/fangs-animal.png
type=blade
range=melee
Expand All @@ -56,7 +56,7 @@
[/attack]
[attack]
name=tusk
description=_"Tusk"
description=_"tusk"
icon=attacks/tusk.png
type=pierce
[specials]
Expand Down
2 changes: 1 addition & 1 deletion data/core/units/monsters/Boar_Piglet.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
[/defense]
[attack]
name=bite
description=_"Bite"
description=_"bite"
icon=attacks/fangs-animal.png
type=blade
range=melee
Expand Down

0 comments on commit c098140

Please sign in to comment.