Skip to content

Commit

Permalink
Fix missing comma (from SpellingMistakes)
Browse files Browse the repository at this point in the history
  • Loading branch information
jostephd committed Mar 3, 2019
1 parent 75fddd1 commit fdd87fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/campaigns/Heir_To_The_Throne/units/Fighter.cfg
Expand Up @@ -51,13 +51,13 @@
id=Fighter
{HTTT_FIGHTER}
cost=18
description= _ "Young and brash, Fighters attack with a sword, and are vulnerable to more seasoned enemies. However they have the potential to become great warriors one day."
description= _ "Young and brash, Fighters attack with a sword, and are vulnerable to more seasoned enemies. However, they have the potential to become great warriors one day."
[variation]
{HTTT_FIGHTER}
variation_id=sceptre
hide_help=yes
cost=38
description= _ "Young and brash, Fighters attack with a sword, and are vulnerable to more seasoned enemies. However they have the potential to become great warriors one day."+{SPECIAL_NOTES}+{SPECIAL_NOTES_MAGICAL}
description= _ "Young and brash, Fighters attack with a sword, and are vulnerable to more seasoned enemies. However, they have the potential to become great warriors one day."+{SPECIAL_NOTES}+{SPECIAL_NOTES_MAGICAL}
[attack]
name=sceptre of fire
# the sceptre of fire always has the 're' writing, this is intentional!
Expand Down

0 comments on commit fdd87fe

Please sign in to comment.