Skip to content

Commit

Permalink
Merge pull request #136 from true-runes/development
Browse files Browse the repository at this point in the history
v4.1.4
  • Loading branch information
nikukyugamer committed Jun 12, 2021
2 parents 97ea3be + dc13e2a commit 1c72d65
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions app/lib/suikoden_database/pickup_character_names.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,60 @@ def skip_word?(word)
# そもそも check_words に含まれていない語はここではどうしようもない
def skip_words # rubocop:disable Metrics/MethodLength
[
'a',
'b',
'c',
'd',
'e',
'f',
'g',
'h',
'i',
'j',
'k',
'l',
'm',
'n',
'o',
'p',
'q',
'r',
's',
't',
'u',
'v',
'w',
'x',
'y',
'z',
'A',
'B',
'C',
'D',
'E',
'F',
'G',
'H',
'I',
'J',
'K',
'L',
'M',
'N',
'O',
'P',
'Q',
'R',
'S',
'T',
'U',
'V',
'W',
'X',
'Y',
'Z',
"cE",
"Dp",
'ほら',
'次',
'砦',
Expand Down

0 comments on commit 1c72d65

Please sign in to comment.