Skip to content

Commit

Permalink
[scripts][common-items] Add tap messaging
Browse files Browse the repository at this point in the history
As per title.
  • Loading branch information
MahtraDR committed May 26, 2024
1 parent b655cd5 commit ab4b91b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common-items.lic
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ module DRCI
TAP_SUCCESS_PATTERNS = [
/^You tap\s(?!into).*/, # The `.*` is needed to capture entire phrase. Methods parse it to know if an item is worn, stowed, etc.
/^You (thump|drum) your finger/, # You tapped an item with fancy verbiage, ohh la la!
/^As you tap/, # As you tap a large ice-veined leather and flamewood surveyor's case
/^The orb is delicate/, # You tapped a favor orb
/^You .* on the shoulder/, # You tapped someone
/^You suddenly forget what you were doing/ # "tap my tessera" messaging when hands are full
Expand Down

0 comments on commit ab4b91b

Please sign in to comment.