Skip to content

Commit

Permalink
Add Heihachi
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhijeetKrishnan committed Oct 2, 2024
1 parent c3da1a5 commit c76daf5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/frame_service/wavu/static/character_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@
"portrait": "https://wavu.wiki/t/Special:Redirect/file/FengT8.png",
"page": "https://wavu.wiki/t/Feng"
},
{
"name": "heihachi",
"portrait": "https://wavu.wiki/t/Special:Redirect/file/HeihachiT8.png",
"page": "https://wavu.wiki/t/Heihachi"
},
{
"name": "hwoarang",
"portrait": "https://wavu.wiki/t/Special:Redirect/file/HwoarangT8.png",
Expand Down
2 changes: 2 additions & 0 deletions src/framedb/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class CharacterName(enum.Enum):
DRAGUNOV = "dragunov"
EDDY = "eddy"
FENG = "feng"
HEIHACHI = "heihachi"
HWOARANG = "hwoarang"
JACK_8 = "jack-8"
JIN = "jin"
Expand Down Expand Up @@ -57,6 +58,7 @@ def url_encode(self) -> str:
CharacterName.DRAGUNOV: ["drag", "sergei", "dragu"],
CharacterName.EDDY: ["ed", "capo"],
CharacterName.FENG: ["fen"],
CharacterName.HEIHACHI: ["hei"],
CharacterName.HWOARANG: ["hwo"],
CharacterName.JACK_8: ["j8", "jack8", "jack"],
CharacterName.JIN: ["jim"],
Expand Down

0 comments on commit c76daf5

Please sign in to comment.