Skip to content

Commit

Permalink
「悪の」ラスボス立場が「悪への」になっているバグの残りを修正
Browse files Browse the repository at this point in the history
IRC コマンド行にあるバグ
  • Loading branch information
koi-chan committed Jan 30, 2017
1 parent 1a8956e commit aebf415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rgrb/plugin/trpg/detatoko/irc_adapter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class IrcAdapter
match(/(体|気)力烙印/i, method: :stigma, :prefix => prefix_ja)
match(/(体|気)力バッドエンド/i, method: :badend, :prefix => prefix_ja)
match(/スタンス[\s ]+(#{STANCE_RE})/io, method: :stance, :prefix => prefix_ja)
match(/(|悪への)ラスボス立場/i, method: :ground, :prefix => prefix_ja)
match(/(|悪の)ラスボス立場/i, method: :ground, :prefix => prefix_ja)
match(/クラス/i, method: :character_class, :prefix => prefix_ja)
match(/(|敵|悪)ポジション/i, method: :position, :prefix => prefix_ja)

Expand Down

0 comments on commit aebf415

Please sign in to comment.