Skip to content

Commit

Permalink
feat: add Sephiroth as a character
Browse files Browse the repository at this point in the history
  • Loading branch information
arxanas committed Dec 28, 2020
1 parent a02756d commit 821b9c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Binary file added public/head-icons/sephiroth.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/tech/AllCharacterMetadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,12 @@ const allCharacterMetadataInternal = {
displayName: "Steve",
title: "World Crafter",
},
sephiroth: {
idNumber: 78,
isEchoFighter: false,
displayName: "Sephiroth",
title: "One-Winged Angel",
},
},
};

Expand Down

0 comments on commit 821b9c4

Please sign in to comment.