Skip to content

Commit

Permalink
feat: 🎸 英語投票を考慮し me や at はキャラ語に入って来やすいので除外した (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikukyugamer committed Jun 12, 2021
1 parent 62c802a commit 4399d3b
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 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,30 @@ def skip_word?(word)
# そもそも check_words に含まれていない語はここではどうしようもない
def skip_words # rubocop:disable Metrics/MethodLength
[
'ほら',
'次',
'砦',
'する',
'心',
'なっ',
'たら',
'おれ',
'だ',
'さま',
'u',
'英',
'語',
'版',
'だ',
'いう',
'い',
'∶',
'/cI',
'u',
':/',
'me',
'at',
'船',
'者',
'い',
'さま',
Expand Down

0 comments on commit 4399d3b

Please sign in to comment.