diff --git a/drinfomon.lic b/drinfomon.lic index 432d9a93da..79f9ccf916 100644 --- a/drinfomon.lic +++ b/drinfomon.lic @@ -1012,7 +1012,7 @@ regex_info_gender_age_circle = /^Gender:\s+\b(?.+)\b\s+Age:\s+\b(?. # but what our scripts operate on is the percentage which comes through as an xml tag parsed by the `status_hook`. regex_info_stat_value = /(?Strength|Agility|Discipline|Intelligence|Reflex|Charisma|Wisdom|Stamina|Favors|TDPs)\s+:\s+(?\d+)/ regex_info_encumbrance = /^\s*Encumbrance\s+:\s+(?[\w\s'?!]+)$/ -regex_info_luck = /^\s*Luck\s+:\s+.*\((?\d)\/3\)/ +regex_info_luck = /^\s*Luck\s+:\s+.*\((?[-\d]+)\/3\)/ regex_info_balance = /^(?:You are|\[You're) (?#{Regexp.union(balance_values)}) balanced?/ # --- info_hook = proc do |server_string|