Skip to content

Commit

Permalink
Merge pull request #6781 from MahtraDR/common_items_draw
Browse files Browse the repository at this point in the history
[scripts][common-items] Small tidying and error correction
  • Loading branch information
MahtraDR authored Mar 5, 2024
2 parents 3a8db0f + 78c9152 commit 366c180
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion common-items.lic
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ module DRCI
]

GET_ITEM_SUCCESS_PATTERNS = [
/you draw/i,
/you draw (?!\w+'s wounds)/i,
/^You get/,
/^You pick/,
/^You pluck/,
Expand Down Expand Up @@ -1169,9 +1169,13 @@ module DRCI
/is too full to fit/,
/^You'd better tie it up before putting/,
/You'll need to tie it up before/,
/Please rephrase that command/,
'What were you referring to',
"There aren't any gems",
'You fill your')
when /Please rephrase that command/
DRC.message("Container #{source_container} not found. Skipping fill")
return
when /^You'd better tie it up before putting/, /You'll need to tie it up before/
# This is equivalent to a full pouch, unless we should tie pouches, in which case we tie and retry
unless should_tie_gem_pouches
Expand Down

0 comments on commit 366c180

Please sign in to comment.