Skip to content

Commit

Permalink
Merge pull request #6895 from desertkaz/desertkaz-patch2
Browse files Browse the repository at this point in the history
[scripts][common-items]add wear/remove pattern for adventure set boots
  • Loading branch information
MahtraDR authored Aug 28, 2024
2 parents 90683e2 + cf35e7b commit 780ef28
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions common-items.lic
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ module DRCI
/^You carefully arrange/,
/^A brisk chill rushes through you as you wear/, # some hiro bearskin gloves interlaced with strips of ice-veined leather
/^You drape/,
/You lean over and slip your feet into the boots./ # a pair of weathered barkcloth boots lined in flannel
/You lean over and slip your feet into the boots./, # a pair of weathered barkcloth boots lined in flannel,
/^You reach down and step into/ # pair of enaada boots clasped by asharsh'dai
]

WEAR_ITEM_FAILURE_PATTERNS = [
Expand Down Expand Up @@ -181,7 +182,8 @@ module DRCI
/as you remove/,
/slide themselves off of your/,
/you manage to loosen/,
/you unlace/
/you unlace/,
/^You slam the heels/
]

REMOVE_ITEM_FAILURE_PATTERNS = [
Expand Down

0 comments on commit 780ef28

Please sign in to comment.