Skip to content

Commit

Permalink
feat: add support of samuel kai ni OASW
Browse files Browse the repository at this point in the history
  • Loading branch information
KochiyaOcean committed Aug 5, 2022
1 parent 4d2397a commit 9794d9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions views/utils/oasw.es
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const isIsuzuK2 = shipIdIs(141)
const isJClassKai = _.overSome([shipIdIs(394), shipIdIs(893)])
const isTatsutaKai = shipIdIs(478)
const isSamuelKai = shipIdIs(681)
const isSamuelKaiNi = shipIdIs(920)
const isFletcherClassOrKai = _.overSome([
shipIdIs(562), // Johnston
shipIdIs(689), // Johnston Kai
Expand Down Expand Up @@ -84,6 +85,7 @@ export const isOASWWith = (allCVEIds) =>
isYuubariKaiNiTei,
isSamuelKai,
isFletcherClassOrKai,
isSamuelKaiNi,
// 海防艦
_.overEvery(
isDE,
Expand Down

0 comments on commit 9794d9d

Please sign in to comment.