Update taunt for crecelle

This commit is contained in:
2025-10-14 16:00:41 -05:00
parent c9a711b987
commit 952bb10bb5
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -7,6 +7,7 @@
{% endblock symbols %} {% endblock symbols %}
{% block options %} {% block options %}
OPTIONS=taunt:gwaa loudly at your foes
OPTIONS=orientation:gay OPTIONS=orientation:gay
OPTIONS=!tutorial,!safe_wait,!tips OPTIONS=!tutorial,!safe_wait,!tips
OPTIONS=timed_delay OPTIONS=timed_delay
@@ -17,4 +18,5 @@ OPTIONS=paranoid_confirmation:pray Remove A trap swim
{% block bindings %} {% block bindings %}
BIND=O:optionsfull BIND=O:optionsfull
BIND=5:rush
{% endblock bindings %} {% endblock bindings %}
+2 -2
View File
@@ -12,10 +12,10 @@
{#- modifier for equipped items #} {#- modifier for equipped items #}
{%- set equipped_item = "inverse" %} {%- 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)" %} {%- 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\)))?$" %} {%- set weight_end = "(\s+(\{[0-9]+\}|\([0-9]+ aum\)))?$" %}
{#- end menucolor.rc parameters -#} {#- end menucolor.rc parameters -#}