From aa8da0ed6db3820abfbeb624a86f47eaaaf8f4f2 Mon Sep 17 00:00:00 2001 From: desertkaz Date: Tue, 27 Aug 2024 22:27:11 -0700 Subject: [PATCH 1/2] add wear/remove pattern for adventure set boots >;e echo DRCI.remove_item?("boots") --- Lich: exec1 active. [exec1]>remove my boots You slam the heels of your enaada boots down against the floor a few times to loosen them before kicking them off. You quickly reach down to retrieve them, hitting them together a few times to clean off remaining dust and dirt. > [exec1: true] --- Lich: exec1 has exited. >;e echo DRCI.wear_item?("boots") --- Lich: exec1 active. [exec1]>wear my boots You reach down and step into your enaada boots before tugging at the clasps, tightening the fit. --- common-items.lic | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/common-items.lic b/common-items.lic index 7f67945b62..96cd47925b 100644 --- a/common-items.lic +++ b/common-items.lic @@ -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 = [ @@ -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 = [ From cf35e7bb09ba93467da8a98703332bac956e4d53 Mon Sep 17 00:00:00 2001 From: desertkaz Date: Wed, 28 Aug 2024 00:09:58 -0700 Subject: [PATCH 2/2] anchor patterns --- common-items.lic | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common-items.lic b/common-items.lic index 96cd47925b..2c78062c61 100644 --- a/common-items.lic +++ b/common-items.lic @@ -122,7 +122,7 @@ module DRCI /^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 reach down and step into/ # pair of enaada boots clasped by asharsh'dai + /^You reach down and step into/ # pair of enaada boots clasped by asharsh'dai ] WEAR_ITEM_FAILURE_PATTERNS = [ @@ -183,7 +183,7 @@ module DRCI /slide themselves off of your/, /you manage to loosen/, /you unlace/, - /You slam the heels/ + /^You slam the heels/ ] REMOVE_ITEM_FAILURE_PATTERNS = [