Skip to content

Commit

Permalink
fix wrong player healths
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinychen committed May 25, 2020
1 parent 7894b59 commit d1855fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/characters.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export default [
{
name: 'Lu Xun',
country: 'Wu',
health: 4,
health: 3,
gender: 'M',
},
{
Expand Down Expand Up @@ -145,7 +145,7 @@ export default [
{
name: 'Lu Bu',
country: 'Kingdomless',
health: 5,
health: 4,
gender: 'M',
},
{
Expand Down

0 comments on commit d1855fd

Please sign in to comment.