Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
変更内容
貫通時の切り捨てと切り上げが逆になっていた点を修正
https://github.com/AdmiralNyar/BCDice/blob/9eb674c3fa1467d0076fc38017a276f645ce4d60/src/diceBot/Cthulhu7th.rb#L364-L380
ボレーの最小は3との記述を見逃していた点を修正
https://github.com/AdmiralNyar/BCDice/blob/9eb674c3fa1467d0076fc38017a276f645ce4d60/src/diceBot/Cthulhu7th.rb#L423-L445
貫通する弾丸の数は、”ボレーの半分ではなくその判定をしている弾丸の数の半分”であった点を修正
https://github.com/AdmiralNyar/BCDice/blob/9eb674c3fa1467d0076fc38017a276f645ce4d60/src/diceBot/Cthulhu7th.rb#L379
命中
という表現をより正しい通常命中
に修正https://github.com/AdmiralNyar/BCDice/blob/9eb674c3fa1467d0076fc38017a276f645ce4d60/src/diceBot/Cthulhu7th.rb#L337
上記修正に合わせてテストデータを修正・追加