From 9b16f3eedaf0a5f56ef94fa4c93911d26cbf0eb6 Mon Sep 17 00:00:00 2001 From: Nyctus Date: Mon, 23 Oct 2023 13:49:20 -0700 Subject: [PATCH] common-items match string Added match string to match_messages in the count_item_parts function --- common-items.lic | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common-items.lic b/common-items.lic index ebf27b99a0..75221ff505 100644 --- a/common-items.lic +++ b/common-items.lic @@ -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|