From 952bb10bb5f6588652d06a8b3c315f7cdaf2442c Mon Sep 17 00:00:00 2001 From: Kara Alexandra Date: Tue, 14 Oct 2025 16:00:41 -0500 Subject: [PATCH] Update taunt for crecelle --- hdf-crecelle.rc | 2 ++ menucolor.rc | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/hdf-crecelle.rc b/hdf-crecelle.rc index 9352356..bd65fef 100644 --- a/hdf-crecelle.rc +++ b/hdf-crecelle.rc @@ -7,6 +7,7 @@ {% endblock symbols %} {% block options %} +OPTIONS=taunt:gwaa loudly at your foes OPTIONS=orientation:gay OPTIONS=!tutorial,!safe_wait,!tips OPTIONS=timed_delay @@ -17,4 +18,5 @@ OPTIONS=paranoid_confirmation:pray Remove A trap swim {% block bindings %} BIND=O:optionsfull +BIND=5:rush {% endblock bindings %} diff --git a/menucolor.rc b/menucolor.rc index 52e8d79..6e6c8e1 100644 --- a/menucolor.rc +++ b/menucolor.rc @@ -12,10 +12,10 @@ {#- modifier for equipped items #} {%- set equipped_item = "inverse" %} -{#- Regex for matching equipped/lit items #} +{#- regex for matching equipped/lit items #} {%- set equipped = "(being worn|\(wielded|weapon in|tethered to|lit\)|\(on (left|right)|at the ready|in quiver)" %} -{#- Regex for matching the end of an item, possibly including a weight marking #} +{#- regex for matching the end of an item, possibly including a weight marking #} {%- set weight_end = "(\s+(\{[0-9]+\}|\([0-9]+ aum\)))?$" %} {#- end menucolor.rc parameters -#}