Skip to content

Commit

Permalink
common-items match string
Browse files Browse the repository at this point in the history
Added match string to match_messages in the count_item_parts function
  • Loading branch information
Nyctus committed Oct 23, 2023
1 parent 5986f95 commit 9b16f3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common-items.lic
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,8 @@ module DRCI
/There (?:is|are) (?:only )?(.+) parts? left/,
/There's (?:only )?(.+) parts? left/,
/The (?:.+) has (.+) uses remaining./,
/There are enough left to create (.+) more/
/There are enough left to create (.+) more/,
/You count out (.+) pieces? of material there/
]
count = 0
$ORDINALS.each do |ordinal|
Expand Down

0 comments on commit 9b16f3e

Please sign in to comment.