Skip to content

Commit 821b9c4

Browse files
committed
feat: add Sephiroth as a character
1 parent a02756d commit 821b9c4

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

public/head-icons/sephiroth.png

16 KB
Loading

src/tech/AllCharacterMetadata.ts

+6
Original file line numberDiff line numberDiff line change
@@ -516,6 +516,12 @@ const allCharacterMetadataInternal = {
516516
displayName: "Steve",
517517
title: "World Crafter",
518518
},
519+
sephiroth: {
520+
idNumber: 78,
521+
isEchoFighter: false,
522+
displayName: "Sephiroth",
523+
title: "One-Winged Angel",
524+
},
519525
},
520526
};
521527

0 commit comments

Comments
 (0)