Skip to content

Commit

Permalink
3 rubocops a charm
Browse files Browse the repository at this point in the history
  • Loading branch information
Deysh committed Jul 20, 2024
1 parent f3cf1c6 commit 720312c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/eherbs.lic
Original file line number Diff line number Diff line change
Expand Up @@ -1274,16 +1274,13 @@ module EHerbs
/a strange case of muscle twitching/ => ['minor nerve wound']
}


escort_injuries = []

injury_patterns.each do |pattern, injuries|
if look_result =~ pattern
escort_injuries.concat(injuries)
end
end

# echo escort_injuries.inspect
empty_right_hand

escort_injuries.each do |herb_type|
Expand Down

0 comments on commit 720312c

Please sign in to comment.