Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AFF2e: should be told a critical hit or fumble. #237

Merged
merged 2 commits into from
Jul 8, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
AFF2e: Redundant else-clause
opparco committed Jul 8, 2020
commit 696cf2c644e4628ef6fddfc4f74bfa13c4be863a
2 changes: 0 additions & 2 deletions src/diceBot/AFF2e.rb
Original file line number Diff line number Diff line change
@@ -55,8 +55,6 @@ def critical(total)
'ファンブル!'
when 12
'強打!'
else
nil
end
end