Skip to content

Commit

Permalink
Update pick.lic
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtraDR committed Feb 16, 2024
1 parent ab80460 commit 81bc28d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pick.lic
Original file line number Diff line number Diff line change
Expand Up @@ -540,12 +540,9 @@ class Pick
when *@disarmed_trap_messages.values
echo "Identified already disarmed trap: #{disarm_result}" if @debug
trapped = false
when *@disarm_retry
when *@disarm_retry, 'Thanks to an instinct provided by your sense of security'
echo 'Failed to disarm trap' if @debug
trapped = true
when 'Thanks to an instinct provided by your sense of security'
echo 'Dodged a trap with Safe...' if @debug
trapped = true
when *@disarm_succeeded
echo 'Successfully disarmed trap' if @debug
trapped = false
Expand Down

0 comments on commit 81bc28d

Please sign in to comment.