Skip to content

Commit

Permalink
feat: add Steve as a character
Browse files Browse the repository at this point in the history
  • Loading branch information
arxanas committed Oct 15, 2020
1 parent 292072a commit 818c459
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Binary file added public/head-icons/steve.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 @@ -510,6 +510,12 @@ const allCharacterMetadataInternal = {
displayName: "Min Min",
title: "The Ramen Bomber",
},
steve: {
idNumber: 77,
isEchoFighter: false,
displayName: "Steve",
title: "World Crafter",
},
},
};

Expand Down

0 comments on commit 818c459

Please sign in to comment.