Fix missing comma (from SpellingMistakes)
This commit is contained in:
parent
7186e30803
commit
5b5c10f8e0
1 changed files with 2 additions and 2 deletions
|
@ -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!
|
||||
|
|
Loading…
Add table
Reference in a new issue