Skip to content

Commit

Permalink
Fix typo in hunting-buddy's detection of players in a room
Browse files Browse the repository at this point in the history
  • Loading branch information
rpherbig committed Feb 15, 2017
1 parent 6330b3b commit 5e04273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hunting-buddy.lic
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class HuntingBuddy
fput("say #{@settings.empty_hunting_room_messages.sample}")
bput('search', 'roundtime')
data = reget(40).reverse.take_while { |x| x !~ /You search around/ }
if data.grep(/vauge silhouette|You notice \w+, who is|see signs that/).any?
if data.grep(/vague silhouette|You notice \w+, who is|see signs that/).any?
pause
waitrt?
return UserVars.friends.find { |friend| Flags["room-check-#{friend}"] }
Expand Down

0 comments on commit 5e04273

Please sign in to comment.