Files
nethackrc/hdf-crecelle.rc
2025-10-17 15:28:39 -05:00

20 lines
374 B
Plaintext

{% extends "main.rc" %}
{% set base37 = true %}
{% block symbols %}
{% include "unicode_symbols.rc" +%}
{% include "color_glyphs.rc" %}
{% endblock symbols %}
{% block options %}
OPTIONS=taunt:gwaa loudly at your foes
OPTIONS=orientation:gay
OPTIONS=timed_delay
OPTIONS=player_sized_wishes
{% endblock options %}
{% block bindings %}
BIND=5:rush
{% endblock bindings %}