Skip to content

Commit

Permalink
Fix support for Koikatsu Party
Browse files Browse the repository at this point in the history
  • Loading branch information
DeathWeasel1337 committed Nov 12, 2019
1 parent c857500 commit df08ebd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Shared/CharacterReplacer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ internal static CardType DetermineCardType(string path)
case "HoneySelectCharaMale":
return CardType.HoneySelectMale;
case "KoiKatuChara":
case "KoiKatuCharaS":
case "KoiKatuCharaSP":
return CardType.Koikatsu;
case "PlayHome_Female":
return CardType.PlayHomeFemale;
Expand Down

0 comments on commit df08ebd

Please sign in to comment.