diff --git a/hunting-buddy.lic b/hunting-buddy.lic index 0e29c13a0f..b86fa4ff50 100644 --- a/hunting-buddy.lic +++ b/hunting-buddy.lic @@ -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}"] }